summaryrefslogtreecommitdiff
path: root/units
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2012-10-18 01:20:03 +0200
committerLennart Poettering <lennart@poettering.net>2012-10-18 01:20:06 +0200
commit86b2e20a5e5abf222fb81edcb5d58d012e35cbaa (patch)
treeb7bd5517f61134fdfda64557215b6a681cd796ac /units
parent600b704eb0fe4b4fd2901017082254634823f02d (diff)
units: rework systemd-exit.service to terminate systemd via signal rather than bus
This should make session termination more reliable, as D-Bus doesn't have to be around anymore for this to succeed.
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 a114f6c1b..95bd6b116 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=@SYSTEMCTL@ --user --force exit
+ExecStart=@KILL@ -s RTMAX-6 $MANAGERPID