mirror of
https://github.com/systemd/systemd.git
synced 2024-12-22 17:35:35 +03:00
units: use numerig signal for killing systemd, to avoid incompatibilities with procps/util-linux kill
This commit is contained in:
parent
4474d8abd0
commit
5411ae4782
@ -14,4 +14,4 @@ After=shutdown.target
|
|||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=oneshot
|
Type=oneshot
|
||||||
ExecStart=@KILL@ -s RTMAX-6 $MANAGERPID
|
ExecStart=@KILL@ -s 58 $MANAGERPID
|
||||||
|
Loading…
Reference in New Issue
Block a user