]> git.pld-linux.org Git - packages/systemd.git/commitdiff
continue using hybrid cgroup hierarchy
authorJan Palus <atler@pld-linux.org>
Tue, 3 Sep 2019 21:08:49 +0000 (23:08 +0200)
committerJan Palus <atler@pld-linux.org>
Tue, 3 Sep 2019 21:08:49 +0000 (23:08 +0200)
...for docker compatibility. upstream switched default to unified
hierarchy exposing core cgroupv2 functionality only

systemd.spec

index 43427dd36ebddd9b7ca44c3687129a1dd971e084..4d75ada3fc1ba4990f504487dd79a7b1e6371cc2 100644 (file)
@@ -677,6 +677,7 @@ cp -p %{SOURCE2} src/systemd_booted.c
 %build
 %meson build \
        -Daudit=%{__true_false audit} \
+       -Ddefault-hierarchy=hybrid \
        -Ddefault-kill-user-processes=false \
        %{?debug:--buildtype=debug} \
        -Defi=%{__true_false efi} \
This page took 0.080913 seconds and 4 git commands to generate.