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