mirror of
https://github.com/containers/podman.git
synced 2025-08-06 11:32:07 +08:00
libpod: Factor out cgroups handling from (*Pod).refresh
This moves the cgroup code to pod_internal_linux.go and adds a no-op stub for FreeBSD. [NO NEW TESTS NEEDED] Signed-off-by: Doug Rabson <dfr@rabson.org>
This commit is contained in:
5
libpod/pod_internal_freebsd.go
Normal file
5
libpod/pod_internal_freebsd.go
Normal file
@ -0,0 +1,5 @@
|
||||
package libpod
|
||||
|
||||
func (p *Pod) platformRefresh() error {
|
||||
return nil
|
||||
}
|
Reference in New Issue
Block a user