diff options
Diffstat (limited to 'man/systemd.conf.xml')
-rw-r--r-- | man/systemd.conf.xml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/man/systemd.conf.xml b/man/systemd.conf.xml index 6759f97814..32eae2b8e0 100644 --- a/man/systemd.conf.xml +++ b/man/systemd.conf.xml @@ -112,6 +112,21 @@ whether this job is left to some other system script.</para></listitem> </varlistentry> + + <varlistentry> + <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 seperated list + of controller names. Pass an empty + string to ensure that systemd does not + touch any hiearchies but its + own.</para></listitem> + </varlistentry> </variablelist> </refsect1> |