[systemd-commits] units/getty at .service.m4

Kay Sievers kay at kemper.freedesktop.org
Wed Aug 4 09:57:18 PDT 2010


 units/getty at .service.m4 |    3 +++
 1 file changed, 3 insertions(+)

New commits:
commit 7d49c54770b16c54fcad41860535b592cce3570a
Author: Kay Sievers <kay.sievers at vrfy.org>
Date:   Wed Aug 4 18:56:35 2010 +0200

    units: getty - suse: login wants SIGHUP

diff --git a/units/getty at .service.m4 b/units/getty at .service.m4
index b82f5aa..19dfe69 100644
--- a/units/getty at .service.m4
+++ b/units/getty at .service.m4
@@ -27,6 +27,9 @@ ExecStart=GETTY %I
 Restart=restart-always
 RestartSec=0
 KillMode=process-group
+m4_ifdef(`TARGET_SUSE',
+KillSignal=SIGHUP
+)m4_dnl
 
 [Install]
 Alias=getty.target.wants/getty at tty1.service getty.target.wants/getty at tty2.service getty.target.wants/getty at tty3.service getty.target.wants/getty at tty4.service getty.target.wants/getty at tty5.service getty.target.wants/getty at tty6.service


More information about the systemd-commits mailing list