Files
podman/vendor/github.com/containers/common/pkg/config/default_common.go
Paul Holzinger 8c48f97c90 update c/{common,image,storage} to latest
Signed-off-by: Paul Holzinger <pholzing@redhat.com>
2023-06-13 16:27:51 +02:00

8 lines
179 B
Go

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