From 73aaf6cb2c6d7dcd2c46d62662390ec1d781f9f2 Mon Sep 17 00:00:00 2001 From: Giuseppe Scrivano Date: Mon, 9 Oct 2017 17:11:24 +0200 Subject: crio: use systemd manager Signed-off-by: Giuseppe Scrivano --- roles/docker/templates/crio.conf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roles') 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" -- cgit v1.2.3