aboutsummaryrefslogtreecommitdiff
path: root/libpod/oci_conmon.go
blob: 74060b3579811cbd8e1e47111e0ec0f751c981ce (plain)
1
2
3
4
5
6
7
package libpod

const (
	// cgroupSplit is the cgroup mode for reusing the current cgroup both
	// for conmon and for the container payload.
	cgroupSplit = "split"
)