Files
podman/libpod/oci_conmon.go
Paul Holzinger bad25da92e libpod: add !remote tag
This should never be pulled into the remote client.

Signed-off-by: Paul Holzinger <pholzing@redhat.com>
2023-10-24 12:11:34 +02:00

11 lines
204 B
Go

//go:build !remote
// +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"
)