diff options
author | Lennart Poettering <lennart@poettering.net> | 2013-12-13 16:37:16 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2013-12-13 16:37:16 +0100 |
commit | f4889f656b477887b02caa5e9d27387309c75a87 (patch) | |
tree | 9d233533def1d7d5fd2284e3e322c287892ba980 /man/systemd-nspawn.xml | |
parent | a56b63f41dc779a86573ae77814c14c1db156398 (diff) |
nspawn: add new --setenv= switch to set an environment variable for the container to spawn
Diffstat (limited to 'man/systemd-nspawn.xml')
-rw-r--r-- | man/systemd-nspawn.xml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/man/systemd-nspawn.xml b/man/systemd-nspawn.xml index 6b7ba9821e..bec233c1ca 100644 --- a/man/systemd-nspawn.xml +++ b/man/systemd-nspawn.xml @@ -380,6 +380,21 @@ creates read-only bind mount.</para></listitem> </varlistentry> + + <varlistentry> + <term><option>--setenv=</option></term> + + <listitem><para>Specifies an + environment variable assignment to + pass to the init process in the + container, in the format + <literal>NAME=VALUE</literal>. This + may be used to override the default + variables or to set additional + variables. This parameter may be used + more than once.</para></listitem> + </varlistentry> + </variablelist> </refsect1> |