X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=man%2Fsystemd.resource-control.xml;h=b050a1752348524d7f8a3924d1452bf28e5791d3;hp=e91c260bf15d13c99fa8e9c3886d1085bb8e9fb0;hb=85a8eeee36b57c1ab382b0225fa9a87525bbeee9;hpb=b9acccb3c9795c88f1eca003480035917ff3c896;ds=sidebyside diff --git a/man/systemd.resource-control.xml b/man/systemd.resource-control.xml index e91c260bf..b050a1752 100644 --- a/man/systemd.resource-control.xml +++ b/man/systemd.resource-control.xml @@ -1,4 +1,4 @@ - + @@ -155,7 +155,7 @@ along with systemd; If not, see . see sched-design-CFS.txt. - Example: CPUShares=20% ensures that + Example: CPUQuota=20% ensures that the executed processes will never get more than 20% CPU time on one CPU. @@ -394,6 +394,20 @@ along with systemd; If not, see . + + Delegate= + + + Turns on delegation of further resource control + partitioning to processes of the unit. For unpriviliged + services (i.e. those using the User= + setting) this allows processes to create a subhierarchy + beneath its control group path. For priviliged services and + scopes this ensures the processes will have all control + group controllers enabled. + + +