mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-01-10 01:17:44 +03:00
units: ignore exit codes of killall scripts
This commit is contained in:
parent
33b8d91917
commit
1f31e8d3a6
@ -14,5 +14,5 @@ OnlyByDependency=yes
|
||||
[Service]
|
||||
Type=finish
|
||||
ValidNoProcess=yes
|
||||
ExecStart=/etc/init.d/killall start
|
||||
ExecStart=-/etc/init.d/killall start
|
||||
StandardOutput=tty
|
||||
|
@ -14,5 +14,5 @@ OnlyByDependency=yes
|
||||
[Service]
|
||||
Type=finish
|
||||
ValidNoProcess=yes
|
||||
ExecStart=/etc/init.d/killprocs start
|
||||
ExecStart=-/etc/init.d/killprocs start
|
||||
StandardOutput=tty
|
||||
|
Loading…
Reference in New Issue
Block a user