X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=man%2Fsystemd.xml;h=aef65e30c1105f7af857f802426188d5dcafc1ca;hp=121cb2126684b5c326b29305296a8254908ec5f5;hb=3e2147858f21943d5f4a781c60f33ac22c6096ed;hpb=4cfa2c999dea269ddc646bfeba6c7f1021a73843 diff --git a/man/systemd.xml b/man/systemd.xml index 121cb2126..aef65e30c 100644 --- a/man/systemd.xml +++ b/man/systemd.xml @@ -957,7 +957,16 @@ Kernel Command Line - When run as system instance systemd parses a few kernel command line arguments: + When run as system instance systemd parses a + number of kernel command line + argumentsIf run inside a Linux + container these arguments may be passed as command + line arguments to systemd itself, next to any of the + command line options listed in the Options section + above. If run outside of Linux containers, these + arguments are parsed from + /proc/cmdline + instead.: @@ -1068,6 +1077,22 @@ above. + + systemd.setenv= + + 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. + +