diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-11-18 00:42:35 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-11-18 00:42:35 +0100 |
commit | 06d4c99ab3d479c1a7c087a87e82fe01626128f6 (patch) | |
tree | a0216fb2aaf68604a1c8198d0fdee742f43abaff /man/systemd.conf.xml | |
parent | 7838dc3ae1297d37c2a75a48f429bb415c1eed22 (diff) |
manager: make list of default controllers configurable
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> |