summaryrefslogtreecommitdiffstats
path: root/package/busybox/files/cron
diff options
context:
space:
mode:
Diffstat (limited to 'package/busybox/files/cron')
-rwxr-xr-xpackage/busybox/files/cron2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/busybox/files/cron b/package/busybox/files/cron
index cf0f725d3..9bc89d81c 100755
--- a/package/busybox/files/cron
+++ b/package/busybox/files/cron
@@ -9,5 +9,5 @@ start () {
}
stop() {
- killall crond
+ killall -9 crond
}