mirror of
https://github.com/containers/podman.git
synced 2025-12-02 19:28:58 +08:00
8 lines
179 B
Go
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"
|