md5sum was left out
[openwrt.git] / package / busybox / files / cron
index e78d023..9bc89d8 100755 (executable)
@@ -1,5 +1,6 @@
 #!/bin/sh /etc/rc.common
 # Copyright (C) 2006 OpenWrt.org
+START=50
 
 start () {
        mkdir -p /var/spool/cron
@@ -8,5 +9,5 @@ start () {
 }
 
 stop() {
-       killall crond
+       killall -9 crond
 }
This page took 0.020395 seconds and 4 git commands to generate.