// SYSTEM PANEL //
[ROOT]
/
lib
/
dracut
/
modules.d
/
04watchdog
[ PARENT ]
EDIT :: watchdog-stop.sh
#!/bin/sh [ -c /dev/watchdog ] && printf 'V' > /dev/watchdog
SAVE
CANCEL