base-files: Remove redundant stopping of watchdog

busybox watchdog applet should stop the watchdog before shutting down

SVN-Revision: 21341
master
Vasilis Tsiligiannis 15 years ago
parent 00e8846c96
commit a481cafb55
  1. 1
      package/base-files/files/etc/init.d/watchdog

@ -9,5 +9,4 @@ start() {
stop() { stop() {
killall -q watchdog killall -q watchdog
[ -c /dev/watchdog ] && echo "V" > /dev/watchdog
} }

Loading…
Cancel
Save