mirror of
https://github.com/clearlinux/systemd-stable.git
synced 2026-06-15 18:25:53 +00: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