This is a systemd generator that provides cron daemon & anacron functionality

It dynamicaly translates /etc/crontab, /etc/cron.{d|hourly|daily|weekly|monthly|yearly}/* and user cronjobs into systemd .timer & .service units.

PTS: https://tracker.debian.org/pkg/systemd-cron

On Debian, systemd-cron is built in a way to ignore these legacy NO-OP jobs if the new equivalent .timer is present:

crond2timer

debian-edu-config

/etc/cron.d/debian-edu-config

/lib/systemd/debian-edu-update-netblock.timer

mythtv-status

/etc/cron.d/mythtv-status

/lib/systemd/mythtv-status_update-motd.timer

ntpsec

/etc/cron.d/ntpsec

/lib/systemd/ntpsec-rotate-stats.timer

ntpsec-ntpviz

/etc/cron.d/ntpsec-ntpviz

/lib/systemd/ntpviz-daily.timer

painintheapt

/etc/cron.d/painintheapt

/lib/systemd/painintheapt-daily.timer

php-common

/etc/cron.d/php

/lib/systemd/phpsessionclean.timer

roundcube-core

/etc/cron.d/roundcube-core

/lib/systemd/roundcube-cleandb.timer

sysstat

/etc/cron.d/sysstat

/lib/systemd/sysstat-collect.timer

tuptime

/etc/cron.d/tuptime

/lib/systemd/tuptime-sync.timer

part2timer

aide-common

/etc/cron.SCHEDULE/aide

/lib/systemd/dailyaidecheck.timer

apt

/etc/cron.SCHEDULE/apt-compat

/lib/systemd/apt-daily.timer

debian-edu-config

/etc/cron.SCHEDULE/debian-edu-config

/lib/systemd/debian-edu-cups-queue-autoflush.timer

dpkg

/etc/cron.SCHEDULE/dpkg

/lib/systemd/dpkg-db-backup.timer

lighttpd

/etc/cron.SCHEDULE/lighttpd

/lib/systemd/lighttpd-maint.timer

mythtv-status

/etc/cron.SCHEDULE/mythtv-status

/lib/systemd/mythtv-status_health-check.timer

plocate

/etc/cron.SCHEDULE/plocate

/lib/systemd/plocate-updatedb.timer

privoxy

/etc/cron.SCHEDULE/privoxy

/lib/systemd/privoxy-cleanup.timer

spamassassin

/etc/cron.SCHEDULE/spamassassin

/lib/systemd/spamassassin-maintenance.timer

sysstat

/etc/cron.SCHEDULE/sysstat

/lib/systemd/sysstat-summary.timer

This config is only needed if there is not a perfect 1:1 mapping between the job name and the timer name.

cron-daemon-common

systemd-cron depends on & obey to cron-daemon-common for some settings, like the default hour on which the @daily/@weekly/@monthly are run.

https://bugs.debian.org/cgi-bin/pkgreport.cgi?package=cron-daemon-common

Please provide native timers

https://lintian.debian.org/tags/missing-systemd-timer-for-cron-script

https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1040304