mirror of
https://github.com/systemd/systemd.git
synced 2025-01-11 09:18:07 +03:00
units: getty - suse: login wants SIGHUP
This commit is contained in:
parent
00a11ba982
commit
7d49c54770
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user