summaryrefslogtreecommitdiff
path: root/autoscripts/postinst-systemd-restartnostart
diff options
context:
space:
mode:
Diffstat (limited to 'autoscripts/postinst-systemd-restartnostart')
-rw-r--r--autoscripts/postinst-systemd-restartnostart2
1 files changed, 1 insertions, 1 deletions
diff --git a/autoscripts/postinst-systemd-restartnostart b/autoscripts/postinst-systemd-restartnostart
index 8ac28fb3..d3f199cf 100644
--- a/autoscripts/postinst-systemd-restartnostart
+++ b/autoscripts/postinst-systemd-restartnostart
@@ -2,7 +2,7 @@ if [ "$1" = "configure" ] || [ "$1" = "abort-upgrade" ] || [ "$1" = "abort-decon
if [ -d /run/systemd/system ]; then
systemctl --system daemon-reload >/dev/null || true
if [ -n "$2" ]; then
- deb-systemd-invoke try-restart #UNITFILES# >/dev/null || true
+ deb-systemd-invoke #RESTART_ACTION# #UNITFILES# >/dev/null || true
fi
fi
fi