<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - systemd overriding /sys/power/disk with "platform" on hibernate"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=58679#c1">Comment # 1</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - systemd overriding /sys/power/disk with "platform" on hibernate"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=58679">bug 58679</a>
              from <span class="vcard"><a class="email" href="mailto:tekrotzen+bugzilla@gmail.com" title="tekrotzen <tekrotzen+bugzilla@gmail.com>"> <span class="fn">tekrotzen</span></a>
</span></b>
        <pre>at the moment I created a copy of systemd-hibernate.service in
/etc/systemd/system/ , replacing

ExecStart=/usr/lib/systemd/systemd-sleep hibernate

with a small script:

#!/bin/sh
echo -n "shutdown" > /sys/power/disk
echo -n "disk" > /sys/power/state</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>