Files
podman/vendor/go.podman.io/common/pkg/config/default_common.go
2025-09-01 12:33:04 +02:00

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"