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