mirror of
https://github.com/pomerium/pomerium.git
synced 2025-08-03 00:40:25 +02:00
deployment: Envoy cross platform improvements (#701)
* Share processgroup on all platforms * Fix cross platform release handling
This commit is contained in:
parent
d58f68ab15
commit
65bb1501fd
4 changed files with 14 additions and 6 deletions
|
@ -5,5 +5,6 @@ package envoy
|
|||
import "syscall"
|
||||
|
||||
var sysProcAttr = &syscall.SysProcAttr{
|
||||
Setpgid: true,
|
||||
Pdeathsig: syscall.SIGTERM,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue