mirror of
https://github.com/k3s-io/k3s.git
synced 2026-03-12 05:32:19 -04:00
7 lines
101 B
Go
7 lines
101 B
Go
package containerd
|
|
|
|
import "os/exec"
|
|
|
|
func addDeathSig(_ *exec.Cmd) {
|
|
// not supported in this OS
|
|
}
|