summaryrefslogtreecommitdiffstats
path: root/autoscripts/preinst-systemd-stop
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--autoscripts/preinst-systemd-stop3
1 files changed, 3 insertions, 0 deletions
diff --git a/autoscripts/preinst-systemd-stop b/autoscripts/preinst-systemd-stop
new file mode 100644
index 0000000..f425510
--- /dev/null
+++ b/autoscripts/preinst-systemd-stop
@@ -0,0 +1,3 @@
+if [ -z "${DPKG_ROOT:-}" ] && [ "$1" = upgrade ] && [ -d /run/systemd/system ] ; then
+ deb-systemd-invoke stop #UNITFILES# >/dev/null || true
+fi