From 0ad17da4ffa3e15166818a130190f2a8048ff561 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?zyxhere=F0=9F=92=AD?= Date: Thu, 12 Jun 2025 06:14:22 +0500 Subject: [PATCH] Clarify that cgroups v2 is the default mount mode for cgroup Change rc_cgroup_mode="unified" to "hybrid" as unified is reduntant MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zyxhere💭 --- etc/rc.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/rc.conf b/etc/rc.conf index ca0f92075..23fcdcbd7 100644 --- a/etc/rc.conf +++ b/etc/rc.conf @@ -199,8 +199,8 @@ rc_tty_number=12 # "hybrid" mounts cgroups version 2 on /sys/fs/cgroup/unified and # cgroups version 1 on /sys/fs/cgroup. # "legacy" mounts cgroups version 1 on /sys/fs/cgroup -# "unified" mounts cgroups version 2 on /sys/fs/cgroup -#rc_cgroup_mode="unified" +# "unified" mounts cgroups version 2 on /sys/fs/cgroup (this is the default). +#rc_cgroup_mode="hybrid" # This is a list of controllers which should be enabled for cgroups version 2 # when hybrid mode is being used.