X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=man%2Fsystemd-system.conf.xml;h=48d02269cc404b6e54b6985f0e3528d19bf2338b;hb=b42defe3b8ed3947d85db654a6cdb1b9999f394d;hp=eaa770b4b1ef0fdc1b03ee7a1a5938d0c2b67553;hpb=37d3ab1b7e114f0fb6dfb2e7273569b42794b76a;p=elogind.git diff --git a/man/systemd-system.conf.xml b/man/systemd-system.conf.xml index eaa770b4b..48d02269c 100644 --- a/man/systemd-system.conf.xml +++ b/man/systemd-system.conf.xml @@ -155,7 +155,7 @@ this option is changed, and make sure the new configuration file is included in it. Otherwise the initrd might - mount the controller hierachies in a + mount the controller hierarchies in a different configuration than intended, and the main system cannot remount them anymore. @@ -262,6 +262,28 @@ too. + + DefaultEnvironment= + + Sets manager + environment variables passed to all + executed processes. Takes a + space-separated list of variable + assignments. See + environ7 + for details about environment + variables. + + Example: + + DefaultEnvironment="VAR1=word1 word2" VAR2=word3 "VAR3=word 5 6" + + Sets three variables + VAR1, + VAR2, + VAR3. + + DefaultLimitCPU= DefaultLimitFSIZE= @@ -302,7 +324,8 @@ See Also systemd1, - systemd.directives7 + systemd.directives7, + environ7