mirror of
https://github.com/systemd/systemd
synced 2025-10-06 00:13:24 +02:00
units: use numerig signal for killing systemd, to avoid incompatibilities with procps/util-linux kill
This commit is contained in:
@@ -14,4 +14,4 @@ After=shutdown.target
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
ExecStart=@KILL@ -s RTMAX-6 $MANAGERPID
|
||||
ExecStart=@KILL@ -s 58 $MANAGERPID
|
||||
|
Reference in New Issue
Block a user