github.com/ryanslade/nomad@v0.2.4-0.20160128061903-fc95782f2089/command/spawn_daemon_windows.go (about)

     1  // build !linux !darwin
     2  
     3  package command
     4  
     5  // No isolation on Windows.
     6  func (c *SpawnDaemonCommand) isolateCmd() error { return nil }
     7  func (c *SpawnDaemonCommand) configureChroot()  {}