[systemd-bugs] [Bug 70593] random 90 sec delay on shutdown/reboot (A stop job is running for User Manager for 0)
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Thu Oct 23 08:12:27 PDT 2014
https://bugs.freedesktop.org/show_bug.cgi?id=70593
--- Comment #23 from Chris Bell <cwbell at mail.usf.edu> ---
I'm not sure when, but it seems Fedora has modified their user at .service unit
file to address this issue. They changed KillMode=mixed to:
ExecStop=/bin/kill -TERM ${MAINPID}
KillSignal=SIGCONT
It appears it's due to `systemd --user` being killed by daddy systemd before it
can clean up properly.
I haven't been able to reproduce the delay since they implemented this
workaround. I've attached the unit file, if anyone else wants to try.
I'm not sure when they added it; I just now noticed it. My Fedora 19 server has
the old file (the one found in the systemd git repo). I'm going to modify the
unit on my Arch box to see if it makes this go away.
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/systemd-bugs/attachments/20141023/9fcb4d37/attachment.html>
More information about the systemd-bugs
mailing list