wiki/translated_sandbox/translated_note_nvr_wdt.md

387 B

Disabling watchdog on the recorder

The loader on the recorder starts a dog that reboots it every half hour. To disable, copy wdt.ko to /lib and add to /etc/init.d/S95hisilicon to module loads, unloading immediately:

    insmod /lib/wdt.ko
    rmmod /lib/wdt.ko

Reboot, watchdog should no longer trigger.