diff options
Diffstat (limited to 'autoscripts/postinst-systemd-enable-restart')
-rw-r--r-- | autoscripts/postinst-systemd-enable-restart | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/autoscripts/postinst-systemd-enable-restart b/autoscripts/postinst-systemd-enable-restart new file mode 100644 index 0000000..a63aa6b --- /dev/null +++ b/autoscripts/postinst-systemd-enable-restart @@ -0,0 +1,6 @@ +deb-systemd-helper enable #UNITFILES# >/dev/null || true + +if [ -d /run/systemd/system ]; then + systemctl --system daemon-reload >/dev/null || true + systemctl try-restart #UNITFILES# >/dev/null || true +fi |