I'm using vixie cron on Debian/Ubuntu. How to set a custom directory to be read by cron? I want to lead crontab to run commands found in a series of files, e.g.
/home/cron/*.cron
or perfectly
/home/*/cron/*.*
In fact, instead of putting cron commands in /var/spool/cron/crontab/root, I want to spread commands in these folder.
Is it possible and recommended to use include for calling other files within root file?
vixie, if it's what you mean.