<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - systemd-run splits ARGS with spaces"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=67971#c5">Comment # 5</a>
              on <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - systemd-run splits ARGS with spaces"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=67971">bug 67971</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 <a href="show_bug.cgi?id=67971#c4">comment #4</a>)
<span class="quote">> You remove the empty "ExecStart=", which basically clears all previous
> ExecStart!

> - fputs("ExecStart=", f);

> Please add it back.</span >
Hm, I admit that I'm not sure what the empty ExecStart line is for, don't we
create the unit from scratch and can't we put anything we want in the ExecStart
line right from the beginning?

Nevertheless, I didn't touch it. If I do:

sudo systemd-run /bin/sleep " 100000"

I have:

==> /run/systemd/system/run-3233.service.d/90-ExecStart.conf <==
[Service]
ExecStart=
ExecStart=@/bin/sleep "/bin/sleep" " 100000"

and before my changes:

==> /run/systemd/system/run-4335.service.d/90-ExecStart.conf <==
[Service]
ExecStart=
ExecStart=@/bin/sleep /bin/sleep  100000

Seems to be the same, module the bug, or am I missing something?</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the QA Contact for the bug.</li>
      </ul>
    </body>
</html>