MCPcopy Create free account
hub / github.com/JordanCoin/codemap / setSysProcAttr

Function setSysProcAttr

daemon_unix.go:11–13  ·  view source on GitHub ↗

setSysProcAttr sets Unix-specific process attributes for daemon detachment

(cmd *exec.Cmd)

Source from the content-addressed store, hash-verified

9
10// setSysProcAttr sets Unix-specific process attributes for daemon detachment
11func setSysProcAttr(cmd *exec.Cmd) {
12 cmd.SysProcAttr = &syscall.SysProcAttr{Setpgid: true}
13}

Callers 2

TestSetSysProcAttrFunction · 0.70
runWatchSubcommandFunction · 0.70

Calls

no outgoing calls

Tested by 1

TestSetSysProcAttrFunction · 0.56