]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man: document systemd.setenv=
authorLennart Poettering <lennart@poettering.net>
Wed, 8 Feb 2012 15:33:16 +0000 (16:33 +0100)
committerLennart Poettering <lennart@poettering.net>
Wed, 8 Feb 2012 15:33:55 +0000 (16:33 +0100)
man/systemd.xml

index 121cb2126684b5c326b29305296a8254908ec5f5..f0bc552268eee891124ce0713d8cd7c71a438d25 100644 (file)
                                 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>