diff options
author | William Hubbs <w.d.hubbs@gmail.com> | 2023-10-10 12:42:34 -0500 |
---|---|---|
committer | William Hubbs <w.d.hubbs@gmail.com> | 2023-10-10 12:50:09 -0500 |
commit | 965de92b37cbe8d8670f6cc956e1d10677551e19 (patch) | |
tree | dab61cce2a6a42327a7e66f10cd18ec71303f03d /init.d/cgroups.in | |
parent | b85d771e1f90e56008be5a0f2d9f986648c689f4 (diff) |
change default RC_CGROUP_MODE to unified
This improves resource management by assigning services to individual
cgroups.
X-Gentoo-Bug: https://bugs.gentoo.org/914972
Diffstat (limited to 'init.d/cgroups.in')
-rw-r--r-- | init.d/cgroups.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init.d/cgroups.in b/init.d/cgroups.in index 4fa6b131..faf53d8a 100644 --- a/init.d/cgroups.in +++ b/init.d/cgroups.in @@ -128,7 +128,7 @@ cgroups_unified() mount_cgroups() { - case "${rc_cgroup_mode:-hybrid}" in + case "${rc_cgroup_mode:-unified}" in hybrid) cgroups_hybrid ;; legacy) cgroups_legacy ;; unified) cgroups_unified ;; |