Browse Source

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 <nolange79@gmail.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Norbert Lange 3 years ago
parent
commit
f90d23112d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package/systemd/systemd.mk

+ 1 - 1
package/systemd/systemd.mk

@@ -46,7 +46,7 @@ SYSTEMD_SELINUX_MODULES = systemd udev xdg
 SYSTEMD_PROVIDES = udev
 SYSTEMD_PROVIDES = udev
 
 
 SYSTEMD_CONF_OPTS += \
 SYSTEMD_CONF_OPTS += \
-	-Ddefault-hierarchy=hybrid \
+	-Ddefault-hierarchy=unified \
 	-Didn=true \
 	-Didn=true \
 	-Dima=false \
 	-Dima=false \
 	-Dkexec-path=/usr/sbin/kexec \
 	-Dkexec-path=/usr/sbin/kexec \