mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-06 08:55:44 +00:00
9 lines
186 B
Go
9 lines
186 B
Go
//go:build !remote
|
|
|
|
package libpod
|
|
|
|
const (
|
|
// cgroupSplit is the cgroup mode for reusing the current cgroup both
|
|
// for conmon and for the container payload.
|
|
cgroupSplit = "split"
|
|
)
|