]> git.ipfire.org Git - thirdparty/systemd.git/commit - man/systemd.service.xml
load-fragment: allow quoting in command name and document allowed escapes
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 18 Dec 2014 23:08:13 +0000 (18:08 -0500)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Fri, 19 Dec 2014 00:26:21 +0000 (19:26 -0500)
commitc853953658865ec3b3487e3f1eb2cc0516320bf3
tree8235b896cc7aca7cef141a8651bcf2107e861159
parentba774317ac7d3e67fdb9ed81663264d38859df59
load-fragment: allow quoting in command name and document allowed escapes

The handling of the command name and other arguments is unified. This
simplifies things and should make them more predictable for users.
Incidentally, this makes ExecStart handling match the .desktop file
specification, apart for the requirment for an absolute path.

https://bugs.freedesktop.org/show_bug.cgi?id=86171
man/systemd.service.xml
src/core/load-fragment.c
src/test/test-unit-file.c