From f4889f656b477887b02caa5e9d27387309c75a87 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Fri, 13 Dec 2013 16:37:16 +0100 Subject: nspawn: add new --setenv= switch to set an environment variable for the container to spawn --- man/systemd-nspawn.xml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'man/systemd-nspawn.xml') 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. + + + + + Specifies an + environment variable assignment to + pass to the init process in the + container, in the format + NAME=VALUE. This + may be used to override the default + variables or to set additional + variables. This parameter may be used + more than once. + + -- cgit v1.2.3-54-g00ecf