summaryrefslogtreecommitdiff
path: root/units
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2012-10-23 00:11:59 +0200
committerLennart Poettering <lennart@poettering.net>2012-10-23 00:12:33 +0200
commit5411ae4782270e8e82b05e4c7c8135f4eb774dda (patch)
treed5926f6029e93b2e916ecc02b2e836cf5ac26c7f /units
parent4474d8abd09f8779b1363726bd80e59e7f9096c6 (diff)
units: use numerig signal for killing systemd, to avoid incompatibilities with procps/util-linux kill
Diffstat (limited to 'units')
-rw-r--r--units/user/systemd-exit.service.in2
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