X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/b2f43424402231050937792fb8b78d0184643a98..880c2d571df7f30ba3259449d83bcffd8cbdca60:/package/busybox/files/cron?ds=inline 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 }