package restarter import "os/exec" func run(cmd *exec.Cmd) error { return cmd.Start() }