summaryrefslogtreecommitdiff
path: root/package/busybox/files/watchdog.init
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-01-30 13:12:43 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2010-01-30 13:12:43 +0100
commit5af89f5f951db199840e83b49d240f47eacdd0c2 (patch)
treebf43f5d4f27d740522e5a1e65b2a488862f5839e /package/busybox/files/watchdog.init
parent276e47c2fae8adc759cf8672cc9f60e2cebbfb0c (diff)
enable watchdog on rb532 by default, use busybox applet.
the package/watchdog could also be used, if more checks are required. (high load, free memory,..)
Diffstat (limited to 'package/busybox/files/watchdog.init')
-rw-r--r--package/busybox/files/watchdog.init2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/busybox/files/watchdog.init b/package/busybox/files/watchdog.init
index c5d0e9545..3aad38380 100644
--- a/package/busybox/files/watchdog.init
+++ b/package/busybox/files/watchdog.init
@@ -10,7 +10,7 @@ autostart)
exec sh $0 start
;;
start)
- watchdog /dev/watchdog
+ watchdog $watchdog_flags /dev/watchdog
;;
stop)
pkill watchdog