diff options
author | Lennart Poettering <lennart@poettering.net> | 2012-10-23 00:11:59 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2012-10-23 00:12:33 +0200 |
commit | 5411ae4782270e8e82b05e4c7c8135f4eb774dda (patch) | |
tree | d5926f6029e93b2e916ecc02b2e836cf5ac26c7f | |
parent | 4474d8abd09f8779b1363726bd80e59e7f9096c6 (diff) |
units: use numerig signal for killing systemd, to avoid incompatibilities with procps/util-linux kill
-rw-r--r-- | units/user/systemd-exit.service.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/units/user/systemd-exit.service.in b/units/user/systemd-exit.service.in index 95bd6b1161..987fab8120 100644 --- a/units/user/systemd-exit.service.in +++ b/units/user/systemd-exit.service.in @@ -14,4 +14,4 @@ After=shutdown.target [Service] Type=oneshot -ExecStart=@KILL@ -s RTMAX-6 $MANAGERPID +ExecStart=@KILL@ -s 58 $MANAGERPID |