diff options
author | Lennart Poettering <lennart@poettering.net> | 2014-03-05 18:57:21 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2014-03-05 19:03:10 +0100 |
commit | 4de33e7f3238a6fe616e61139ab87e221572e5e5 (patch) | |
tree | 14970ba5ecce65e9003e0e9d77d1ef53a337b77d /man | |
parent | 69629de9c820dd41fffb1bf9b69d6d5b319c19c9 (diff) |
systemd-run: make sure --nice=, --uid=, --gid=, --setenv= also work in --scope mode
Diffstat (limited to 'man')
-rw-r--r-- | man/systemd-run.xml | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/man/systemd-run.xml b/man/systemd-run.xml index 81d41dcc76..8bb587cf7f 100644 --- a/man/systemd-run.xml +++ b/man/systemd-run.xml @@ -182,9 +182,7 @@ along with systemd; If not, see <http://www.gnu.org/licenses/>. <listitem><para>Runs the service process under the UNIX user and group. Also see <varname>User=</varname> and <varname>Group=</varname> in - <citerefentry><refentrytitle>systemd.exec</refentrytitle><manvolnum>5</manvolnum></citerefentry>. This - option has no effect in conjunction with - <option>--scope</option>.</para> + <citerefentry><refentrytitle>systemd.exec</refentrytitle><manvolnum>5</manvolnum></citerefentry>.</para> </listitem> </varlistentry> @@ -193,9 +191,7 @@ along with systemd; If not, see <http://www.gnu.org/licenses/>. <listitem><para>Runs the service process with the specified nice level. Also see <varname>Nice=</varname> in - <citerefentry><refentrytitle>systemd.exec</refentrytitle><manvolnum>5</manvolnum></citerefentry>. This - option has no effect in conjunction with - <option>--scope</option>.</para> + <citerefentry><refentrytitle>systemd.exec</refentrytitle><manvolnum>5</manvolnum></citerefentry>.</para> </listitem> </varlistentry> @@ -205,9 +201,7 @@ along with systemd; If not, see <http://www.gnu.org/licenses/>. <listitem><para>Runs the service process with the specified environment variables set. Also see <varname>Environment=</varname> in - <citerefentry><refentrytitle>systemd.exec</refentrytitle><manvolnum>5</manvolnum></citerefentry>. This - option has no effect in conjunction with - <option>--scope</option>.</para> + <citerefentry><refentrytitle>systemd.exec</refentrytitle><manvolnum>5</manvolnum></citerefentry>.</para> </listitem> </varlistentry> |