do not fail during postinst if systemctl is unavailable
This commit is contained in:
parent
88627af6a3
commit
f3329ee398
2
debian/taler-exchange.postinst
vendored
2
debian/taler-exchange.postinst
vendored
@ -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."
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user