From 0c85a4f3efa2883c414ed8ff59aea263b85b7687 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 23 Aug 2011 00:37:35 +0200 Subject: cgroup: optionally mount a specific cgroup controllers together, and add cpu+cpuacct to the default --- man/systemd.conf.xml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'man/systemd.conf.xml') diff --git a/man/systemd.conf.xml b/man/systemd.conf.xml index 8faedda6c2..56490ef442 100644 --- a/man/systemd.conf.xml +++ b/man/systemd.conf.xml @@ -129,6 +129,26 @@ touch any hierarchies but its own. + + + JoinControllers=cpu,cpuacct + + Configures controllers + that shall be mounted in a single + hierarchy. By default systemd will + mount all controllers which are + enabled in the kernel in individual + hierachies, with the exception of + those listed in this setting. Takes a + space separated list of comma + separated controller names, in order + to allow multiple joined + hierarchies. Defaults to + 'cpu,cpuacct'. Pass an empty string to + ensure that systemd mounts all + controllers in separate + hierarchies. + -- cgit v1.2.3-54-g00ecf