open-nomad/command/spawn_daemon_windows.go

8 lines
184 B
Go

// build !linux !darwin
package command
// No isolation on Windows.
func (c *SpawnDaemonCommand) isolateCmd() error { return nil }
func (c *SpawnDaemonCommand) configureChroot() {}