diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2010-08-04 18:56:35 +0200 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2010-08-04 18:56:35 +0200 |
commit | 7d49c54770b16c54fcad41860535b592cce3570a (patch) | |
tree | 6aea412e9da1fd46b7b8fe803cad23fcb0b2c145 /units/getty@.service.m4 | |
parent | 00a11ba98229aef2c46e41c4ceb8a8e4570a53b6 (diff) |
units: getty - suse: login wants SIGHUP
Diffstat (limited to 'units/getty@.service.m4')
-rw-r--r-- | units/getty@.service.m4 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/units/getty@.service.m4 b/units/getty@.service.m4 index b82f5aad25..19dfe69722 100644 --- a/units/getty@.service.m4 +++ b/units/getty@.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@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 |