summaryrefslogtreecommitdiffstats
path: root/roles/docker/templates/crio.conf.j2
diff options
context:
space:
mode:
Diffstat (limited to 'roles/docker/templates/crio.conf.j2')
-rw-r--r--roles/docker/templates/crio.conf.j22
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/docker/templates/crio.conf.j2 b/roles/docker/templates/crio.conf.j2
index cce790a60..b715c2ffa 100644
--- a/roles/docker/templates/crio.conf.j2
+++ b/roles/docker/templates/crio.conf.j2
@@ -98,7 +98,7 @@ apparmor_profile = "crio-default"
# cgroup_manager is the cgroup management implementation to be used
# for the runtime.
-cgroup_manager = "cgroupfs"
+cgroup_manager = "systemd"
# hooks_dir_path is the oci hooks directory for automatically executed hooks
hooks_dir_path = "/usr/share/containers/oci/hooks.d"