mirror of
https://github.com/containers/podman.git
synced 2025-12-01 10:38:05 +08:00
7 lines
171 B
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"
|