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 /man | |
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 'man')
-rw-r--r-- | man/systemd.service.xml | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/man/systemd.service.xml b/man/systemd.service.xml index 0ce96cf3cb..4c33ed0b68 100644 --- a/man/systemd.service.xml +++ b/man/systemd.service.xml @@ -833,24 +833,6 @@ </varlistentry> <varlistentry> - <term><varname>PermissionsStartOnly=</varname></term> - <listitem><para>Takes a boolean argument. If true, the - permission-related execution options, as configured with - <varname>User=</varname> and similar options (see - <citerefentry><refentrytitle>systemd.exec</refentrytitle><manvolnum>5</manvolnum></citerefentry> - for more information), are only applied to the process started - with - <varname>ExecStart=</varname>, and not to the various other - <varname>ExecStartPre=</varname>, - <varname>ExecStartPost=</varname>, - <varname>ExecReload=</varname>, - <varname>ExecStop=</varname>, and - <varname>ExecStopPost=</varname> - commands. If false, the setting is applied to all configured - commands the same way. Defaults to false.</para></listitem> - </varlistentry> - - <varlistentry> <term><varname>RootDirectoryStartOnly=</varname></term> <listitem><para>Takes a boolean argument. If true, the root directory, as configured with the |