diff options
author | Lennart Poettering <lennart@poettering.net> | 2012-10-18 01:20:03 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2012-10-18 01:20:06 +0200 |
commit | 86b2e20a5e5abf222fb81edcb5d58d012e35cbaa (patch) | |
tree | b7bd5517f61134fdfda64557215b6a681cd796ac /units/user | |
parent | 600b704eb0fe4b4fd2901017082254634823f02d (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/user')
-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 a114f6c1be..95bd6b1161 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 |