X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/9f322f1f78f29f02672e75d6bf50a886666dde7b..fa83d388532f171cb429e18ee33da90dd5f48c8d:/package/busybox/files/cron 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 }