diff options
author | William Hubbs <williamh@gentoo.org> | 2011-11-19 18:15:46 -0600 |
---|---|---|
committer | William Hubbs <williamh@gentoo.org> | 2011-11-20 14:07:46 -0600 |
commit | d8bbeb184f462199582fa265c9b681288884ecd9 (patch) | |
tree | 69f41c7c2bf83eaeddad57e177505b1c2abacca4 /etc/rc.conf.Linux | |
parent | 453d13296d84472e6317472c2b27015b3ca612c4 (diff) |
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.
Diffstat (limited to 'etc/rc.conf.Linux')
-rw-r--r-- | etc/rc.conf.Linux | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/etc/rc.conf.Linux b/etc/rc.conf.Linux index 963fc68c..9b5859a0 100644 --- a/etc/rc.conf.Linux +++ b/etc/rc.conf.Linux @@ -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 |