serviceman/runner/runner_notwindows.go

9 lines
92 B
Go

// +build !windows
package runner
import "os/exec"
func backgroundCmd(cmd *exec.Cmd) {
}