diff options
Diffstat (limited to 'autoscripts/postinst-systemd-start')
-rw-r--r-- | autoscripts/postinst-systemd-start | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/autoscripts/postinst-systemd-start b/autoscripts/postinst-systemd-start index bf6458b..e91e213 100644 --- a/autoscripts/postinst-systemd-start +++ b/autoscripts/postinst-systemd-start @@ -1,3 +1,4 @@ if [ -d /run/systemd/system ]; then + systemctl --system daemon-reload >/dev/null || true systemctl start #UNITFILES# >/dev/null || true fi |