summaryrefslogtreecommitdiff
path: root/libpod
diff options
context:
space:
mode:
authorMatthew Heon <matthew.heon@gmail.com>2018-08-10 14:09:46 -0400
committerMatthew Heon <matthew.heon@gmail.com>2018-08-10 14:09:46 -0400
commit3d7e401d4e08698e94d3843e24491ef19ecc42c6 (patch)
treeb4f7c3f48d3ac5d3ba8c24cee24889bff5370e60 /libpod
parent4b4fba0b4470d808d1cc48662eb6d09d31bc7955 (diff)
downloadpodman-3d7e401d4e08698e94d3843e24491ef19ecc42c6.tar.gz
podman-3d7e401d4e08698e94d3843e24491ef19ecc42c6.tar.bz2
podman-3d7e401d4e08698e94d3843e24491ef19ecc42c6.zip
Swap default CGroup manager to systemd
Signed-off-by: Matthew Heon <matthew.heon@gmail.com>
Diffstat (limited to 'libpod')
-rw-r--r--libpod/runtime.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/libpod/runtime.go b/libpod/runtime.go
index 1a384fde2..0652b24f4 100644
--- a/libpod/runtime.go
+++ b/libpod/runtime.go
@@ -178,7 +178,7 @@ var (
ConmonEnvVars: []string{
"PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
},
- CgroupManager: CgroupfsCgroupsManager,
+ CgroupManager: SystemdCgroupsManager,
HooksDir: hooks.DefaultDir,
StaticDir: filepath.Join(storage.DefaultStoreOptions.GraphRoot, "libpod"),
TmpDir: "",