<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><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">86171</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>ExecStart with whitespace in path
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>systemd
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>unspecified
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>Linux (All)
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>medium
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>general
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>systemd-bugs@lists.freedesktop.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>mail@ollic.de
          </td>
        </tr>

        <tr>
          <th>QA Contact</th>
          <td>systemd-bugs@lists.freedesktop.org
          </td>
        </tr></table>
      <p>
        <div>
        <pre>I have a service file with a path on ExecStart option that contains
whitespaces. 
The manpage suggests to double or single quote the command. 

I have tried every possible combination, but the only thing that works is when
you use \x20 for each whitespace.

On errors i get either "main process exited, code=exited, status=203/EXEC" or
"Executable path is not absolute, ignoring: ..."

What does not work:

ExecStart=/PATH WITH SPACES/daemon -Param1 -Param2
ExecStart="/PATH WITH SPACES/daemon" -Param1 -Param2
ExecStart="/PATH WITH SPACES/daemon -Param1 -Param2"
ExecStart="/PATH WITH SPACES/daemon" "-Param1 -Param2"
ExecStart="/PATH WITH SPACES/daemon" "-Param1" "-Param2"
ExecStart=/PATH\ WITH\ SPACES/daemon -Param1 -Param2

What does work:

ExecStart=/PATH\x20WITH\x20SPACES/daemon -Param1 -Param2</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>