From: Harald Hoyer Date: Thu, 12 Jul 2012 05:01:27 +0000 (+0200) Subject: watchdog/watchdog-stop.sh: forgot to add script X-Git-Tag: 021~22 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=982032fd26d4b671f36a46c0a8564122cc7fde8a;p=thirdparty%2Fdracut.git watchdog/watchdog-stop.sh: forgot to add script --- diff --git a/modules.d/04watchdog/watchdog-stop.sh b/modules.d/04watchdog/watchdog-stop.sh new file mode 100755 index 000000000..91d45d63a --- /dev/null +++ b/modules.d/04watchdog/watchdog-stop.sh @@ -0,0 +1,2 @@ +#!/bin/sh +[ -c /dev/watchdog ] && echo -n 'V' > /dev/watchdog