1
0
mirror of https://github.com/containers/podman.git synced 2026-02-05 15:45:08 +01:00
Files
podman/libpod/runtime_freebsd.go
2025-10-01 10:42:08 -04:00

11 lines
145 B
Go

//go:build !remote
package libpod
func checkCgroups2UnifiedMode(_ *Runtime) {
}
func (r *Runtime) checkBootID(_ string) error {
return nil
}