mirror of
https://git.vectorsigma.ru/public/k3s.git
synced 2026-07-29 14:59:27 +00:00
8 lines
101 B
Go
8 lines
101 B
Go
package containerd
|
|
|
|
import "os/exec"
|
|
|
|
func addDeathSig(_ *exec.Cmd) {
|
|
// not supported in this OS
|
|
}
|