From 30609d9c187331640125d6b7e3c650330304b383 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 5 Aug 2010 20:29:11 +0200 Subject: units: always send HUP when dealing with shells/gettys/logins --- units/fedora/single.service | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'units/fedora') 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 -- cgit v1.2.3-54-g00ecf