diff options
author | Lennart Poettering <lennart@poettering.net> | 2018-11-16 14:30:29 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2018-11-16 14:31:37 +0100 |
commit | 899feb7225ccd13cccaf6956353d82b7ce223aa5 (patch) | |
tree | 10cfae6a79f6caa9229dfb50f93ac828ae6f07bb /TODO | |
parent | 62adb5d085fdbfdf5273f93ece1aa959113541cd (diff) | |
download | systemd-899feb7225ccd13cccaf6956353d82b7ce223aa5.tar.gz |
man: let's deprecate PermissionsStartOnly=
The concept is redundant and predates the special chars that do the same
in ExecStar=. Let's settle on advertising just the latter, and hide
PermissionsStartOnly= from the docs (even if we continue supporting it).
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -225,7 +225,7 @@ Features: * taint systemd if there are fewer than 65536 users assigned (userns) to the system. -* deprecate PermissionsStartOnly= and RootDirectoryStartOnly= in favour of the ExecStart= prefix chars +* deprecate RootDirectoryStartOnly= in favour of a new ExecStart= prefix char * add a new RuntimeDirectoryPreserve= mode that defines a similar lifecycle for the runtime dir as we maintain for the fdstore: i.e. keep it around as long |