diff options
Diffstat (limited to '')
-rwxr-xr-x | modules.d/04watchdog/watchdog-stop.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules.d/04watchdog/watchdog-stop.sh b/modules.d/04watchdog/watchdog-stop.sh new file mode 100755 index 0000000..921f969 --- /dev/null +++ b/modules.d/04watchdog/watchdog-stop.sh @@ -0,0 +1,2 @@ +#!/bin/sh +[ -c /dev/watchdog ] && printf 'V' > /dev/watchdog |