<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_REOPENED "
   title="REOPENED - random 90 sec delay on shutdown/reboot (A stop job is running for User Manager for 0)"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=70593#c23">Comment # 23</a>
              on <a class="bz_bug_link 
          bz_status_REOPENED "
   title="REOPENED - random 90 sec delay on shutdown/reboot (A stop job is running for User Manager for 0)"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=70593">bug 70593</a>
              from <span class="vcard"><a class="email" href="mailto:cwbell@mail.usf.edu" title="Chris Bell <cwbell@mail.usf.edu>"> <span class="fn">Chris Bell</span></a>
</span></b>
        <pre>I'm not sure when, but it seems Fedora has modified their user@.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.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the QA Contact for the bug.</li>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>