]> git.ipfire.org Git - thirdparty/systemd.git/commit - man/systemd.service.xml
core: change ExecStart=! syntax to ExecStart=+ (#3797)
authorLennart Poettering <lennart@poettering.net>
Mon, 25 Jul 2016 14:53:33 +0000 (16:53 +0200)
committerMartin Pitt <martin.pitt@ubuntu.com>
Mon, 25 Jul 2016 14:53:33 +0000 (16:53 +0200)
commit43eb109aa9b8952dbcbfc0ae564d91c180f5d93a
treed4ef33b2df872eaf3f149827ff33d17ec3f707b6
parentf777b4345e8c57e739bda746f78757d0fb136ac7
core: change ExecStart=! syntax to ExecStart=+ (#3797)

As suggested by @mbiebl we already use the "!" special char in unit file
assignments for negation, hence we should not use it in a different context for
privileged execution. Let's use "+" instead.
NEWS
man/systemd.exec.xml
man/systemd.service.xml
src/core/load-fragment.c