mirror of
https://github.com/containers/podman.git
synced 2025-10-18 03:33:32 +08:00
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:
@ -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
|
||||
|
Reference in New Issue
Block a user