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=12979d81b67dc48f436654554a7b765d9524a053;hpb=5f9cfd4c3877fdc68618faf9ae5efb5948e002b6;p=elogind.git diff --git a/man/systemd-system.conf.xml b/man/systemd-system.conf.xml index 12979d81b..48d02269c 100644 --- a/man/systemd-system.conf.xml +++ b/man/systemd-system.conf.xml @@ -107,15 +107,16 @@ DefaultControllers=cpu Configures in which - cgroup controller hierarchies to - create per-service cgroups - automatically, in addition to the - name=systemd named hierarchy. Defaults - to 'cpu'. Takes a space separated list - of controller names. Pass an empty - string to ensure that systemd does not - touch any hierarchies but its - own. + control group hierarchies to create + per-service cgroups automatically, in + addition to the + name=systemd named + hierarchy. Defaults to + cpu. Takes a space + separated list of controller + names. Pass the empty string to ensure + that systemd does not touch any + hierarchies but its own. Note that the default value of 'cpu' will make realtime scheduling @@ -154,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. @@ -261,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= @@ -301,7 +324,8 @@ See Also systemd1, - systemd.directives7 + systemd.directives7, + environ7