11 lines
223 B
Go
11 lines
223 B
Go
//go:build !linux && !remote
|
|
|
|
package system
|
|
|
|
// Currently, we only need servicereaper on Linux to support slirp4netns.
|
|
func maybeStartServiceReaper() {
|
|
}
|
|
|
|
// There is no cgroup on non linux.
|
|
func maybeMoveToSubCgroup() {}
|