From 86b2e20a5e5abf222fb81edcb5d58d012e35cbaa Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 18 Oct 2012 01:20:03 +0200 Subject: 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. --- units/user/systemd-exit.service.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'units/user') 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 -- cgit v1.2.3-54-g00ecf