From 4de33e7f3238a6fe616e61139ab87e221572e5e5 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 5 Mar 2014 18:57:21 +0100 Subject: systemd-run: make sure --nice=, --uid=, --gid=, --setenv= also work in --scope mode --- man/systemd-run.xml | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) (limited to 'man') 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 . Runs the service process under the UNIX user and group. Also see User= and Group= in - systemd.exec5. This - option has no effect in conjunction with - . + systemd.exec5. @@ -193,9 +191,7 @@ along with systemd; If not, see . Runs the service process with the specified nice level. Also see Nice= in - systemd.exec5. This - option has no effect in conjunction with - . + systemd.exec5. @@ -205,9 +201,7 @@ along with systemd; If not, see . Runs the service process with the specified environment variables set. Also see Environment= in - systemd.exec5. This - option has no effect in conjunction with - . + systemd.exec5. -- cgit v1.2.3-54-g00ecf