mirror of
https://github.com/containers/podman.git
synced 2025-05-17 23:26:08 +08:00

This factors out the check for cgroupsv2 unified mode into a platform-specific file and stops podman from generating a (harmless) warning every time it is run on FreeBSD. [NO NEW TESTS NEEDED] Signed-off-by: Doug Rabson <dfr@rabson.org>
7 lines
88 B
Go
7 lines
88 B
Go
//go:build !remote
|
|
|
|
package libpod
|
|
|
|
func checkCgroups2UnifiedMode(runtime *Runtime) {
|
|
}
|