mirror of
https://github.com/pomerium/pomerium.git
synced 2025-04-30 10:56:28 +02:00
9 lines
109 B
Go
9 lines
109 B
Go
// +build !linux
|
|
|
|
package envoy
|
|
|
|
import "syscall"
|
|
|
|
var sysProcAttr = &syscall.SysProcAttr{
|
|
Setpgid: true,
|
|
}
|