diff options
author | Michael Stapelberg <stapelberg@debian.org> | 2013-06-11 23:32:11 +0200 |
---|---|---|
committer | Michael Stapelberg <michael@stapelberg.de> | 2013-06-11 23:32:11 +0200 |
commit | d50611823c584b891ad076ef922cfddd67c51752 (patch) | |
tree | 05af91f2d36860de4428a45d72ef8b0d6c62455a /autoscripts/prerm-systemd | |
parent | 244fbdca67461cf62f263fa79afde9395f5a4500 (diff) | |
download | init-system-helpers-d50611823c584b891ad076ef922cfddd67c51752.tar.gz |
add dh-systemd package, update changelogdebian/1.1
Diffstat (limited to 'autoscripts/prerm-systemd')
-rw-r--r-- | autoscripts/prerm-systemd | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/autoscripts/prerm-systemd b/autoscripts/prerm-systemd new file mode 100644 index 0000000..aa36110 --- /dev/null +++ b/autoscripts/prerm-systemd @@ -0,0 +1,3 @@ +if [ -d /run/systemd/system ]; then + systemctl stop #UNITFILES# >/dev/null +fi |