summaryrefslogtreecommitdiff
path: root/autoscripts/postinst-systemd-start
diff options
context:
space:
mode:
Diffstat (limited to 'autoscripts/postinst-systemd-start')
-rw-r--r--autoscripts/postinst-systemd-start3
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