<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - ExecStart with whitespace in path"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=86171#c1">Comment # 1</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - ExecStart with whitespace in path"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=86171">bug 86171</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>I clarified the rules in
<a href="http://cgit.freedesktop.org/systemd/systemd/commit/?id=c853953658">http://cgit.freedesktop.org/systemd/systemd/commit/?id=c853953658</a>.

ExecStart=/PATH WITH SPACES/daemon -Param1 -Param2        -> 5 args
ExecStart="/PATH WITH SPACES/daemon" -Param1 -Param2      -> 3 args
ExecStart="/PATH WITH SPACES/daemon -Param1 -Param2"      -> 1 arg
ExecStart="/PATH WITH SPACES/daemon" "-Param1 -Param2"    -> 2 args
ExecStart="/PATH WITH SPACES/daemon" "-Param1" "-Param2"  -> 3 args
ExecStart=/PATH\ WITH\ SPACES/daemon -Param1 -Param2      -> error
ExecStart=/PATH\x20WITH\x20SPACES/daemon -Param1 -Param2  -> 3 args

I think that any version which returns 3 args should do the right thing for
you.</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>