diff options
Diffstat (limited to 'autoscripts/prerm-systemd-restart')
-rw-r--r-- | autoscripts/prerm-systemd-restart | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/autoscripts/prerm-systemd-restart b/autoscripts/prerm-systemd-restart new file mode 100644 index 0000000..13b0388 --- /dev/null +++ b/autoscripts/prerm-systemd-restart @@ -0,0 +1,3 @@ +if [ -d /run/systemd/system ] && [ "$1" = remove ]; then + deb-systemd-invoke stop #UNITFILES# >/dev/null || true +fi |