diff options
Diffstat (limited to 'man')
-rw-r--r-- | man/systemd-nspawn.xml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/man/systemd-nspawn.xml b/man/systemd-nspawn.xml index e1b33f72c5..03c39fc3de 100644 --- a/man/systemd-nspawn.xml +++ b/man/systemd-nspawn.xml @@ -139,6 +139,19 @@ used.</para></listitem> </varlistentry> + <varlistentry> + <term><option>--user=</option></term> + <term><option>--u</option></term> + + <listitem><para>Run the command + under specified user, create home + directory and cd into it. As rest + of systemd-nspawn, this is not + the security feature and limits + against accidental changes only. + </para></listitem> + </varlistentry> + </variablelist> </refsect1> |