mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-01-26 10:03:40 +03:00
units: make sure that killall does not wait for the tty
This commit is contained in:
parent
47342320a0
commit
1e532d14ad
@ -16,4 +16,4 @@ Type=finish
|
||||
ValidNoProcess=yes
|
||||
Environment=RUNLEVEL=0
|
||||
ExecStart=/etc/rc.shutdown
|
||||
StandardInput=tty
|
||||
StandardOutput=tty
|
||||
|
@ -16,4 +16,4 @@ Type=finish
|
||||
ValidNoProcess=yes
|
||||
Environment=RUNLEVEL=0
|
||||
ExecStart=/etc/rc.shutdown
|
||||
StandardInput=tty
|
||||
StandardOutput=tty
|
||||
|
@ -16,4 +16,4 @@ Type=finish
|
||||
ValidNoProcess=yes
|
||||
Environment=RUNLEVEL=6
|
||||
ExecStart=/etc/rc.shutdown
|
||||
StandardInput=tty
|
||||
StandardOutput=tty
|
||||
|
@ -15,4 +15,4 @@ OnlyByDependency=yes
|
||||
Type=finish
|
||||
ValidNoProcess=yes
|
||||
ExecStart=/etc/init.d/killall start
|
||||
StandardInput=tty
|
||||
StandardOutput=tty
|
||||
|
@ -16,4 +16,4 @@ Type=finish
|
||||
ValidNoProcess=yes
|
||||
Environment=INIT_HALT=HALT RC_DOWN_HARDDISK=yes
|
||||
ExecStart=/etc/init.d/shutdown.sh
|
||||
StandardInput=tty
|
||||
StandardOutput=tty
|
||||
|
@ -15,4 +15,4 @@ OnlyByDependency=yes
|
||||
Type=finish
|
||||
ValidNoProcess=yes
|
||||
ExecStart=/etc/init.d/killprocs start
|
||||
StandardInput=tty
|
||||
StandardOutput=tty
|
||||
|
@ -16,4 +16,4 @@ Type=finish
|
||||
ValidNoProcess=yes
|
||||
Environment=RC_DOWN_HARDDISK=yes
|
||||
ExecStart=/etc/init.d/shutdown.sh
|
||||
StandardInput=tty
|
||||
StandardOutput=tty
|
||||
|
@ -15,4 +15,4 @@ After=shutdown.target umount.target killall.service
|
||||
Type=finish
|
||||
ValidNoProcess=yes
|
||||
ExecStart=/etc/init.d/reboot.sh
|
||||
StandardInput=tty
|
||||
StandardOutput=tty
|
||||
|
Loading…
x
Reference in New Issue
Block a user