Files
k3s/pkg/cli/cmds/init_default.go
Brad Davidson 2907fb1efe Properly handle operation as init process
Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
2021-09-29 13:18:57 -07:00

8 lines
77 B
Go

// +build !linux !cgo
package cmds
func HandleInit() error {
return nil
}