X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/b2f43424402231050937792fb8b78d0184643a98..7fa4d1679256b06f168bfa5cd1c313a131b53c5e:/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 }