summaryrefslogtreecommitdiff
path: root/autoscripts/postinst-systemd-enable-start
diff options
context:
space:
mode:
authorMichael Stapelberg <stapelberg@debian.org>2013-06-11 23:32:11 +0200
committerMichael Stapelberg <michael@stapelberg.de>2013-06-11 23:32:11 +0200
commitd50611823c584b891ad076ef922cfddd67c51752 (patch)
tree05af91f2d36860de4428a45d72ef8b0d6c62455a /autoscripts/postinst-systemd-enable-start
parent244fbdca67461cf62f263fa79afde9395f5a4500 (diff)
downloadinit-system-helpers-debian/1.1.tar.gz
add dh-systemd package, update changelogdebian/1.1
Diffstat (limited to 'autoscripts/postinst-systemd-enable-start')
-rw-r--r--autoscripts/postinst-systemd-enable-start6
1 files changed, 6 insertions, 0 deletions
diff --git a/autoscripts/postinst-systemd-enable-start b/autoscripts/postinst-systemd-enable-start
new file mode 100644
index 0000000..6cccdcf
--- /dev/null
+++ b/autoscripts/postinst-systemd-enable-start
@@ -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 start #UNITFILES# >/dev/null || true
+fi