Switch systemd default CGroup parent to machine.slice

Signed-off-by: Matthew Heon <matthew.heon@gmail.com>

Closes: #1266
Approved by: baude
This commit is contained in:
Matthew Heon
2018-08-13 11:03:06 -04:00
committed by Atomic Bot
parent 0ddb42b4f7
commit ad7d469571

View File

@ -43,7 +43,7 @@ const CgroupfsDefaultCgroupParent = "/libpod_parent"
// SystemdDefaultCgroupParent is the cgroup parent for the systemd cgroup
// manager in libpod
const SystemdDefaultCgroupParent = "system.slice"
const SystemdDefaultCgroupParent = "machine.slice"
// LinuxNS represents a Linux namespace
type LinuxNS int