base-files: Update /etc/init.d/fstab with new location of swapon and swapoff (they...
[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.03201 seconds and 4 git commands to generate.