//go:build !linux package openvpn import ( "os/exec" "syscall" ) func setCmdSysProcAttr(cmd *exec.Cmd) { cmd.SysProcAttr = &syscall.SysProcAttr{} }