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.
This commit is contained in:
parent
dbfcf23273
commit
cd52fecc4e
@ -74,7 +74,7 @@ mount_misc()
|
|||||||
|
|
||||||
mount_cgroups()
|
mount_cgroups()
|
||||||
{
|
{
|
||||||
yesno ${rc_cgroups:-NO} || return 0
|
yesno ${rc_cgroups:-YES} || return 0
|
||||||
if [ ! -e /proc/cgroups ]; then
|
if [ ! -e /proc/cgroups ]; then
|
||||||
return 0
|
return 0
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user