summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2013-12-13 16:37:16 +0100
committerLennart Poettering <lennart@poettering.net>2013-12-13 16:37:16 +0100
commitf4889f656b477887b02caa5e9d27387309c75a87 (patch)
tree9d233533def1d7d5fd2284e3e322c287892ba980 /man
parenta56b63f41dc779a86573ae77814c14c1db156398 (diff)
nspawn: add new --setenv= switch to set an environment variable for the container to spawn
Diffstat (limited to 'man')
-rw-r--r--man/systemd-nspawn.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/man/systemd-nspawn.xml b/man/systemd-nspawn.xml
index 6b7ba9821..bec233c1c 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>