fix wan configuration on wr850g v2/v3
[openwrt.git] / package / busybox / files / cron
index cf0f725..9bc89d8 100755 (executable)
@@ -9,5 +9,5 @@ start () {
 }
 
 stop() {
-       killall crond
+       killall -9 crond
 }
This page took 0.022957 seconds and 4 git commands to generate.