netifd: do not stop service on shutdown, only call ifdown
[openwrt/staging/wigyori.git] / package / network / config / netifd / files / etc / init.d / network
index fbba9ecb1ccc8673bc0d88be385dbba022126c6b..542fc08958e001c2bfce7668ecd7d1c52a649e4e 100755 (executable)
@@ -148,5 +148,5 @@ restart() {
 
 shutdown() {
        ifdown -a
-       stop
+       sleep 1
 }