//go:build linux package watchdog import "os/exec" func configureWatchdogCommand(cmd *exec.Cmd) { }