automation-tests/common/pkg/config/default_common.go

7 lines
171 B
Go

//go:build !freebsd && !netbsd
package config
// DefaultInitPath is the default path to the container-init binary.
var DefaultInitPath = "/usr/libexec/podman/catatonit"