[systemd-bugs] [Bug 67971] systemd-run splits ARGS with spaces

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Tue Sep 10 04:21:32 PDT 2013


https://bugs.freedesktop.org/show_bug.cgi?id=67971

--- Comment #5 from Zbigniew Jedrzejewski-Szmek <zbyszek at in.waw.pl> ---
(In reply to comment #4)
> You remove the empty "ExecStart=", which basically clears all previous
> ExecStart!
> 
> - fputs("ExecStart=", f);
> 
> Please add it back.
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?

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/systemd-bugs/attachments/20130910/0558a9c5/attachment.html>


More information about the systemd-bugs mailing list