commit f3329ee39876fc7d41e07e69bf519304478cbfc4
parent 88627af6a397a41d476a14a4c85136676fb3e59e
Author: Christian Grothoff <christian@grothoff.org>
Date: Thu, 28 Jan 2021 14:30:52 +0100
do not fail during postinst if systemctl is unavailable
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/taler-exchange.postinst b/debian/taler-exchange.postinst
@@ -220,7 +220,7 @@ EOF
chown ${_EUSERNAME}:${_GROUPNAME} /etc/taler-exchange.conf
chmod 460 /etc/taler-wire.conf
- systemctl daemon-reload
+ systemctl daemon-reload >/dev/null 2>&1 || true
echo "done."