2
1
mirror of https://github.com/therootcompany/serviceman.git synced 2025-12-24 05:48:39 +00:00
serviceman/runner/runner_notwindows.go
2019-07-03 03:04:28 -06:00

9 lines
92 B
Go

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