X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=man%2Fsystemd-system.conf.xml;h=48d02269cc404b6e54b6985f0e3528d19bf2338b;hb=f6c9f322e83a45f8f4da0194dd987d4565155bb0;hp=d8bfd1279d1db5c58c3c380837e04bfbba34a95b;hpb=ab06eef8101866dd1337c4759002f7360a9db416;p=elogind.git diff --git a/man/systemd-system.conf.xml b/man/systemd-system.conf.xml index d8bfd1279..48d02269c 100644 --- a/man/systemd-system.conf.xml +++ b/man/systemd-system.conf.xml @@ -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