X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=man%2Fsystemd.conf.xml;h=56490ef442d7a2626e70d30a5264030245546b07;hp=8faedda6c297a3abbcab128c9779438ae0f76d3a;hb=0c85a4f3efa2883c414ed8ff59aea263b85b7687;hpb=0a494f1ff323ef36b7acc637c198fdfa240c2bb2 diff --git a/man/systemd.conf.xml b/man/systemd.conf.xml index 8faedda6c..56490ef44 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. +