busybox watchdog applet should stop the watchdog before shutting down SVN-Revision: 21341
@@ -9,5 +9,4 @@ start() {
stop() {
killall -q watchdog
- [ -c /dev/watchdog ] && echo "V" > /dev/watchdog
}