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