]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
watchdog/watchdog-stop.sh: forgot to add script
authorHarald Hoyer <harald@redhat.com>
Thu, 12 Jul 2012 05:01:27 +0000 (07:01 +0200)
committerHarald Hoyer <harald@redhat.com>
Thu, 12 Jul 2012 05:01:27 +0000 (07:01 +0200)
modules.d/04watchdog/watchdog-stop.sh [new file with mode: 0755]

diff --git a/modules.d/04watchdog/watchdog-stop.sh b/modules.d/04watchdog/watchdog-stop.sh
new file mode 100755 (executable)
index 0000000..91d45d6
--- /dev/null
@@ -0,0 +1,2 @@
+#!/bin/sh
+[ -c /dev/watchdog ] && echo -n 'V' > /dev/watchdog