Source: systemd-cron Section: admin Priority: optional Maintainer: Debian Systemd Maintainers Uploaders: Shawn Landden , Alexandre Detiste Build-Depends: debhelper-compat (= 13), dh-python, python3 Standards-Version: 4.5.0 Vcs-Git: https://salsa.debian.org/detiste-guest/systemd-cron.git Vcs-Browser: https://salsa.debian.org/detiste-guest/systemd-cron Homepage: https://github.com/systemd-cron/systemd-cron Rules-Requires-Root: no Package: systemd-cron Architecture: linux-any Depends: ${misc:Depends}, systemd-sysv (>= 229), ${python3:Depends}, ${shlibs:Depends} Recommends: default-mta | exim4 | mail-transport-agent Provides: cron-daemon, anacron Conflicts: cron-daemon, anacron Replaces: cron, anacron Description: systemd units to provide cron daemon & anacron functionality Provides systemd units to run cron jobs in /etc/cron.hourly cron.daily cron.weekly and cron.monthly directories, without having cron or anacron installed. It also provides a generator that dynamicaly translate /etc/crontab, /etc/cron.d/* and user cronjobs in systemd units. Please notice this package provide a different set of features than Vixie-cron; trying to remain as simple as possible. By example, to avoid to run process through a wrapper, but have instead systemd run those directly, it only send mails on error, including only a small blurb from the Journal; but doesn't send the full output of processes.