diff options
author | Lennart Poettering <lennart@poettering.net> | 2016-07-25 16:53:33 +0200 |
---|---|---|
committer | Martin Pitt <martin.pitt@ubuntu.com> | 2016-07-25 16:53:33 +0200 |
commit | 43eb109aa9b8952dbcbfc0ae564d91c180f5d93a (patch) | |
tree | d4ef33b2df872eaf3f149827ff33d17ec3f707b6 /NEWS | |
parent | f777b4345e8c57e739bda746f78757d0fb136ac7 (diff) |
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.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ CHANGES WITH 231: * In service units the various ExecXYZ= settings have been extended with an additional special character as first argument of the - assigned value: if the character '!' is used the specified command + assigned value: if the character '+' is used the specified command line it will be run with full privileges, regardless of User=, Group=, CapabilityBoundingSet= and similar options. The effect is similar to the existing PermissionsStartOnly= option, but allows |