feat(watchdog): add auto boot up for watchdog progress
This commit is contained in:
8
watchdog/watchdog_build_linux.go
Normal file
8
watchdog/watchdog_build_linux.go
Normal file
@@ -0,0 +1,8 @@
|
||||
//go:build linux
|
||||
|
||||
package watchdog
|
||||
|
||||
import "os/exec"
|
||||
|
||||
func configureWatchdogCommand(cmd *exec.Cmd) {
|
||||
}
|
||||
Reference in New Issue
Block a user