mirror of
https://github.com/flatcar/scripts.git
synced 2025-10-16 18:01:09 +02:00
Now that Docker has been updated to 20.10, we can use cgroupv2 so have systemd mount the unified cgroup hierarchy by default. Other ways of achieving the same would have been to pass 'systemd.unified_cgroup_hierarchy=1' on the kernel cmdline, but this way the change propagates nicely to all OEM consumers. Signed-off-by: Jeremi Piotrowski <jeremi.piotrowski@gmail.com>