CGroups: create the openrc cgroup hierarchy

Openrc will create a cgroup hierarchy called openrc which will have all
services it starts and all subsystems attached to it. If you need other
groups/hierarchies, please use libcgroup.
This commit is contained in:
William Hubbs
2011-11-19 18:15:46 -06:00
parent 453d13296d
commit d8bbeb184f
5 changed files with 38 additions and 21 deletions

View File

@@ -1,10 +1,3 @@
# Set the control group for this service.
# If you do not set this, the default setting is the value of
# RC_SVCNAME.
# This setting is ignored if you do not have CONFIG_CGROUPS active in
# your kernel.
# rc_cgroup="foo"
##############################################################################
# LINUX SPECIFIC OPTIONS