On Tue, Sep 16, 2014 at 4:24 PM, Matt matt.mailinglists@gmail.com wrote:
If I have multiple files in cron.weekly and one script takes hours to finish. Will it block other scripts in cron.weekly?
Yes. They're run from "anacron -s" by default. If you need a job to run in parallel, configure it into /etc/cron.d at an adecuate time on sundays (as you surely know, you can't use the script directly in cron.d).