mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-12-12 23:52:09 -05:00
base-files: Remove redundant stopping of watchdog
busybox watchdog applet should stop the watchdog before shutting down SVN-Revision: 21341
This commit is contained in:
parent
00e8846c96
commit
a481cafb55
@ -9,5 +9,4 @@ start() {
|
|||||||
|
|
||||||
stop() {
|
stop() {
|
||||||
killall -q watchdog
|
killall -q watchdog
|
||||||
[ -c /dev/watchdog ] && echo "V" > /dev/watchdog
|
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user