mirror of
https://github.com/therootcompany/serviceman.git
synced 2025-12-23 21:38:39 +00:00
9 lines
92 B
Go
9 lines
92 B
Go
// +build !windows
|
|
|
|
package runner
|
|
|
|
import "os/exec"
|
|
|
|
func backgroundCmd(cmd *exec.Cmd) {
|
|
}
|