Edit file File name : watchdog-stop.sh Content :#!/bin/sh [ -c /dev/watchdog ] && printf 'V' > /dev/watchdog Save