summaryrefslogtreecommitdiff
path: root/units/fedora
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2010-08-05 20:29:11 +0200
committerLennart Poettering <lennart@poettering.net>2010-08-05 20:29:11 +0200
commit30609d9c187331640125d6b7e3c650330304b383 (patch)
tree34eecba2f2e87e75d191c0179b406727a9e8fec5 /units/fedora
parentd4054675b1eba164cec8a7e104b94ba1a5b069e1 (diff)
units: always send HUP when dealing with shells/gettys/logins
Diffstat (limited to 'units/fedora')
-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