summaryrefslogtreecommitdiff
path: root/autoscripts/prerm-systemd
diff options
context:
space:
mode:
Diffstat (limited to 'autoscripts/prerm-systemd')
-rw-r--r--autoscripts/prerm-systemd2
1 files changed, 1 insertions, 1 deletions
diff --git a/autoscripts/prerm-systemd b/autoscripts/prerm-systemd
index aa36110..6cc7242 100644
--- a/autoscripts/prerm-systemd
+++ b/autoscripts/prerm-systemd
@@ -1,3 +1,3 @@
if [ -d /run/systemd/system ]; then
- systemctl stop #UNITFILES# >/dev/null
+ deb-systemd-invoke stop #UNITFILES# >/dev/null
fi