Files
podman/vendor/github.com/containers/common/pkg/config/default_common.go
Paul Holzinger 15a4e1dffd vendor latest c/common
Signed-off-by: Paul Holzinger <pholzing@redhat.com>
2024-06-04 17:58:40 +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"