summaryrefslogtreecommitdiff
path: root/units/getty@.service.m4
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/getty@.service.m4
parentd4054675b1eba164cec8a7e104b94ba1a5b069e1 (diff)
units: always send HUP when dealing with shells/gettys/logins
Diffstat (limited to 'units/getty@.service.m4')
-rw-r--r--units/getty@.service.m45
1 files changed, 3 insertions, 2 deletions
diff --git a/units/getty@.service.m4 b/units/getty@.service.m4
index 19dfe69722..e023a9dcb7 100644
--- a/units/getty@.service.m4
+++ b/units/getty@.service.m4
@@ -27,9 +27,10 @@ ExecStart=GETTY %I
Restart=restart-always
RestartSec=0
KillMode=process-group
-m4_ifdef(`TARGET_SUSE',
+
+# Some login implementations ignore SIGTERM, so we send SIGHUP
+# instead, to ensure that login terminates cleanly.
KillSignal=SIGHUP
-)m4_dnl
[Install]
Alias=getty.target.wants/getty@tty1.service getty.target.wants/getty@tty2.service getty.target.wants/getty@tty3.service getty.target.wants/getty@tty4.service getty.target.wants/getty@tty5.service getty.target.wants/getty@tty6.service