1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33
|
Source: systemd-cron
Section: admin
Priority: optional
Maintainer: Debian Systemd Maintainers <pkg-systemd-maintainers@lists.alioth.debian.org>
Uploaders: Shawn Landden <shawnlandden@gmail.com>,
Alexandre Detiste <alexandre.detiste@gmail.com>
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.
|