From cd52fecc4e3fa288d22a3faf6dd8b645a4bb79d1 Mon Sep 17 00:00:00 2001 From: William Hubbs Date: Thu, 5 Jan 2012 22:28:04 -0600 Subject: cgroups: turn on groups by default The control groups we create are the ones recommended by the linux kernel, so this should be on most of the time if cgroups are enabled in the kernel. --- init.d/sysfs.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.d/sysfs.in b/init.d/sysfs.in index ac6934a4..7021feb7 100644 --- a/init.d/sysfs.in +++ b/init.d/sysfs.in @@ -74,7 +74,7 @@ mount_misc() mount_cgroups() { - yesno ${rc_cgroups:-NO} || return 0 + yesno ${rc_cgroups:-YES} || return 0 if [ ! -e /proc/cgroups ]; then return 0 fi -- cgit v1.2.3