summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2012-02-08 16:33:16 +0100
committerLennart Poettering <lennart@poettering.net>2012-02-08 16:33:55 +0100
commitaa704ba8c2a1adce92ba8a154f70f1bdc950be1e (patch)
tree4accaaf1907cf0dec8eef07b2c7cc52056d372a9 /man
parent9e7c53579a1d16287134e64f78ec5e1451aa2506 (diff)
man: document systemd.setenv=
Diffstat (limited to 'man')
-rw-r--r--man/systemd.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/man/systemd.xml b/man/systemd.xml
index 121cb2126..f0bc55226 100644
--- a/man/systemd.xml
+++ b/man/systemd.xml
@@ -1068,6 +1068,22 @@
above.</para></listitem>
</varlistentry>
+ <varlistentry>
+ <term><varname>systemd.setenv=</varname></term>
+
+ <listitem><para>Takes a string
+ argument in the form
+ VARIABLE=VALUE. May be used to set
+ environment variables for the init
+ process and all its children at boot
+ time. May be used more than once to
+ set multiple variables. If the equal
+ sign and variable are missing unsets
+ an environment variable which might be
+ passed in from the initial ram
+ disk.</para></listitem>
+ </varlistentry>
+
</variablelist>
</refsect1>