diff options
author | Lennart Poettering <lennart@poettering.net> | 2013-02-27 15:00:26 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2013-02-27 15:00:26 +0100 |
commit | 3ae0c5e18916a3c67822f644266205d6e2fa6e06 (patch) | |
tree | 692d115b765996f6907093f6b7b01ddc55f599a5 /man/systemd-system.conf.xml | |
parent | 4e7bc3f339a8f08b788ccccee4038f59f29c4429 (diff) |
man: clarify how to configure default control group hierarchies for services and sessions
Diffstat (limited to 'man/systemd-system.conf.xml')
-rw-r--r-- | man/systemd-system.conf.xml | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/man/systemd-system.conf.xml b/man/systemd-system.conf.xml index 12979d81b6..eaa770b4b1 100644 --- a/man/systemd-system.conf.xml +++ b/man/systemd-system.conf.xml @@ -107,15 +107,16 @@ <term><varname>DefaultControllers=cpu</varname></term> <listitem><para>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.</para> + control group hierarchies to create + per-service cgroups automatically, in + addition to the + <literal>name=systemd</literal> named + hierarchy. Defaults to + <literal>cpu</literal>. Takes a space + separated list of controller + names. Pass the empty string to ensure + that systemd does not touch any + hierarchies but its own.</para> <para>Note that the default value of 'cpu' will make realtime scheduling |