summaryrefslogtreecommitdiff
path: root/libpod
diff options
context:
space:
mode:
authorMatthew Heon <matthew.heon@gmail.com>2018-08-11 15:07:29 -0400
committerGitHub <noreply@github.com>2018-08-11 15:07:29 -0400
commit7d116f5f73520e6db389f28e9963f0137a27d52d (patch)
tree730fba1d59f4fe3877cffc6d65e4fce57fcb7fdd /libpod
parent3ef9279cec43ca7e24fb00eb838d85e30b7e37f7 (diff)
parenta9b73abf8fcfdcbd9c767987ab5b24089332d004 (diff)
downloadpodman-7d116f5f73520e6db389f28e9963f0137a27d52d.tar.gz
podman-7d116f5f73520e6db389f28e9963f0137a27d52d.tar.bz2
podman-7d116f5f73520e6db389f28e9963f0137a27d52d.zip
Merge pull request #1254 from mheon/systemd_cgroups_default
Switch default CGroup manager to systemd
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 3f5d56c4f..2fc10035e 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: "",