diff options
author | Patrick Lauer <patrick@gentoo.org> | 2011-11-12 22:19:55 +0100 |
---|---|---|
committer | William Hubbs <williamh@gentoo.org> | 2011-11-17 16:22:59 -0600 |
commit | 20df56f0b2a01bd2f8a70b8fb3fbd051c1aab8d8 (patch) | |
tree | 0b11c534d13cf24ca5efe1ff47642f7d64bbd0ca /etc | |
parent | 66e99b6d637edc33047398b467f2b22bc2f04b60 (diff) |
Add CGroup support
X-Gentoo-Bug: 390297
X-Gentoo-Bug: http://bugs.gentoo.org/show_bug.cgi?id=390297
Diffstat (limited to 'etc')
-rw-r--r-- | etc/rc.conf.Linux | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/etc/rc.conf.Linux b/etc/rc.conf.Linux index 9b5859a0..585da3cf 100644 --- a/etc/rc.conf.Linux +++ b/etc/rc.conf.Linux @@ -1,3 +1,10 @@ +# 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 |