Files
OpenBK7231T_App/docs/autoexecs/ping_watchdog.bat
2023-04-13 09:29:20 +02:00

10 lines
244 B
Batchfile

// this is autoexec.bat, it runs at startup, you should restart after making changes
// target to ping
PingHost 192.168.0.1
// interval in seconds
PingInterval 10
// events to run when no ping happens
addChangeHandler noPingTime > 600 reboot