From f90d23112d2b9d52d2368a0a3f907ba37e2c60ce Mon Sep 17 00:00:00 2001 From: Norbert Lange Date: Fri, 3 Dec 2021 23:31:23 +0100 Subject: [PATCH] package/systemd: set cgroups default-hierarchy to unified Use the unified hierarchy, which is systemds default since v243. The biggest holdover was docker which now supports the unified layout. Note that systemd will automatically fallback to hybrid if the kernel is too old or the unified hierarchy fails for other reasons. Signed-off-by: Norbert Lange Signed-off-by: Arnout Vandecappelle (Essensium/Mind) --- package/systemd/systemd.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/systemd/systemd.mk b/package/systemd/systemd.mk index a2417ebe19..d7d5e5289b 100644 --- a/package/systemd/systemd.mk +++ b/package/systemd/systemd.mk @@ -46,7 +46,7 @@ SYSTEMD_SELINUX_MODULES = systemd udev xdg SYSTEMD_PROVIDES = udev SYSTEMD_CONF_OPTS += \ - -Ddefault-hierarchy=hybrid \ + -Ddefault-hierarchy=unified \ -Didn=true \ -Dima=false \ -Dkexec-path=/usr/sbin/kexec \