From 45af6c11c0872c745a056639ca9eec648bab2ad8 Mon Sep 17 00:00:00 2001 From: Oscar Krause Date: Wed, 28 Dec 2022 08:21:04 +0100 Subject: [PATCH] fixed missing systemctl daemon-reload --- DEBIAN/postinst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/DEBIAN/postinst b/DEBIAN/postinst index 77bf587..080dc6c 100644 --- a/DEBIAN/postinst +++ b/DEBIAN/postinst @@ -36,6 +36,8 @@ WantedBy=multi-user.target EOF +systemctl daemon-reload + echo "> Writing default config parameters ..." touch $CONFIG_DIR/env cat <$CONFIG_DIR/env