Use event service post for shim events
Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
This commit is contained in:
9
linux/shim/client_unix.go
Normal file
9
linux/shim/client_unix.go
Normal file
@@ -0,0 +1,9 @@
|
||||
// +build !linux,!windows
|
||||
|
||||
package shim
|
||||
|
||||
import "syscall"
|
||||
|
||||
var atter = syscall.SysProcAttr{
|
||||
Setpgid: true,
|
||||
}
|
Reference in New Issue
Block a user