<div dir="ltr"><div><div><div><div>Package: systemd<br></div>Version: 215-17<br></div><div>Severity: important<br></div><div><br></div>It is not possible to use quotes to give a literal executable path to the ExecStart directive until systemd version 218-147. Before then, using quotes will result in the ExecStart-directive being ignored and ultimately the unit file being rejected by systemd as it does not contain the required ExecStart-directive anymore.<br><br></div><div>Failing example:<br></div><div>ExecStart="/home/foo/my service/start.bin"<br><br></div><div>Failing workaround attempt:<br></div><div>ExecStart=/home/foo/my\x20service/start.bin<br><br></div><div>This bug has been fixed by the systemd team quite some time ago:<br><a href="http://cgit.freedesktop.org/systemd/systemd/commit/?id=c853953658">http://cgit.freedesktop.org/systemd/systemd/commit/?id=c853953658</a><br><br></div><div>It would be really nice if we could get a more recent version of systemd or at least this bugfix backported.<br></div><div><br></div>I am using Debian Jessie with 3.16.0-4-amd64.<br><br></div>(I was unable to verify if this issue was already submitted as the bug search repeatedly spew gateway timeouts on me - I apologize if this is a duplicate)<br></div>