Translate cron schedules in systemd units
systemd-crontab-generator folder
systemd-crontab-generator translates the legacy cron files (see FILES) into systemd units & timers.
It is run
*
during early boot,
*
after each manual updates to the cron files, (*)
*
and when distribution packages add files in /etc/cron.d/. (*)
(*): those are monitored by cron-update.path
/etc/crontab
System crontab.
/etc/cron.d
Directory for system crontabs.
/etc/anacrontab
/var/spool/cron/crontabs
Directory for users crontabs.
systemd.cron(5),crontab(1),systemd.unit(5),systemd.timer(5)
Alexandre Detiste <[email protected]>