mirror of
https://github.com/k3s-io/k3s.git
synced 2026-02-03 20:39:49 -05: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
|
|
}
|