<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [Systemd 217] System reboots on shutdown"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=85724#c12">Comment # 12</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [Systemd 217] System reboots on shutdown"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=85724">bug 85724</a>
              from <span class="vcard"><a class="email" href="mailto:zbyszek@in.waw.pl" title="Zbigniew Jedrzejewski-Szmek <zbyszek@in.waw.pl>"> <span class="fn">Zbigniew Jedrzejewski-Szmek</span></a>
</span></b>
        <pre>(In reply to Colin Guthrie from <a href="show_bug.cgi?id=85724#c11">comment #11</a>)
<span class="quote">> Uneducated guess, but perhaps it's due to the failure-action rework...
> perhaps some service is failing with a failure action of reboot or something
> similar.

> e.g. something in or around 2928b0a863091f8f291fddb168988711afd389ef</span >
This would seem resonable, but... the shutdown commands have
JobTimeoutAction=poweroff-force, so if anything, the machine should shut down
hard. The result in <a href="show_bug.cgi?id=85724#c9">comment #9</a> shows that poweroff works, so this is not a
kernel issue.

I just tried, and a failing job with JobTimeoutAction=poweroff-force shuts down
the machine.

@Alex, can you remove the JobTimeoutAction settings, by adding
/etc/systemd/system/basic.target.d/timeout.conf,
/etc/systemd/system/poweroff.target.d/timeout.conf,
/etc/systemd/system/reboot.target.d/timeout.conf, each containing:

[Unit]
JobTimeoutSec=0
JobTimeoutAction=none

and systemctl daemon-reload and shut down. Does this change anythign?</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>