summaryrefslogtreecommitdiff
path: root/units/fedora/single.service
diff options
context:
space:
mode:
Diffstat (limited to 'units/fedora/single.service')
-rw-r--r--units/fedora/single.service4
1 files changed, 2 insertions, 2 deletions
diff --git a/units/fedora/single.service b/units/fedora/single.service
index 93a70cf4b0..75b8ecc0b0 100644
--- a/units/fedora/single.service
+++ b/units/fedora/single.service
@@ -23,6 +23,6 @@ Restart=restart-always
RestartSec=0
KillMode=process-group
-# Bash ignores SIGTERM, so we send SIGHUP first, to ensure that bash
+# Bash ignores SIGTERM, so we send SIGHUP instead, to ensure that bash
# terminates cleanly.
-ExecStop=-/bin/kill -HUP ${MAINPID}
+KillSignal=SIGHUP