If I put a new script into /etc/cron.d/
how does the system know to insert it into the global crontab?
Do I need to restart a process to pick it up?
Does init
run crontab every minute, and it'll get re-scanned then?
Does it use inotify and watch /etc/cron.d
?
Couldn't find anything terribly obvious, and I've always wondered
From cron(8):
Also note that cron doesn't "insert the contents of cron.d into the global crontab" - those are independent: