add an explicit 'sysinit' tag for logging initscripts output, instead of '' that...
[openwrt.git] / package / base-files / files / etc / init.d / watchdog
index 0821c8f..adb8f57 100755 (executable)
@@ -3,5 +3,5 @@
 
 START=97
 start() {
-        [ -f /dev/watchtog ] && watchdog -t 5 /dev/watchdog
+        [ -c /dev/watchdog ] && watchdog -t 5 /dev/watchdog
 }
This page took 0.023646 seconds and 4 git commands to generate.