diff options
Diffstat (limited to 'libpod/oci_conmon.go')
-rw-r--r-- | libpod/oci_conmon.go | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libpod/oci_conmon.go b/libpod/oci_conmon.go new file mode 100644 index 000000000..74060b357 --- /dev/null +++ b/libpod/oci_conmon.go @@ -0,0 +1,7 @@ +package libpod + +const ( + // cgroupSplit is the cgroup mode for reusing the current cgroup both + // for conmon and for the container payload. + cgroupSplit = "split" +) |