summaryrefslogtreecommitdiff
path: root/autoscripts/postinst-systemd-restart
diff options
context:
space:
mode:
Diffstat (limited to 'autoscripts/postinst-systemd-restart')
-rw-r--r--autoscripts/postinst-systemd-restart2
1 files changed, 1 insertions, 1 deletions
diff --git a/autoscripts/postinst-systemd-restart b/autoscripts/postinst-systemd-restart
index 696fbb07..7d5b0da0 100644
--- a/autoscripts/postinst-systemd-restart
+++ b/autoscripts/postinst-systemd-restart
@@ -1,7 +1,7 @@
if [ -d /run/systemd/system ]; then
systemctl --system daemon-reload >/dev/null || true
if [ -n "$2" ]; then
- _dh_action=try-restart
+ _dh_action=restart
else
_dh_action=start
fi