mirror of
https://github.com/containers/podman.git
synced 2025-10-20 04:34:01 +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
|
// SystemdDefaultCgroupParent is the cgroup parent for the systemd cgroup
|
||||||
// manager in libpod
|
// manager in libpod
|
||||||
const SystemdDefaultCgroupParent = "system.slice"
|
const SystemdDefaultCgroupParent = "machine.slice"
|
||||||
|
|
||||||
// LinuxNS represents a Linux namespace
|
// LinuxNS represents a Linux namespace
|
||||||
type LinuxNS int
|
type LinuxNS int
|
||||||
|
Reference in New Issue
Block a user