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 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48
|
Source: systemd-cron
Section: admin
Priority: optional
Maintainer: Debian Systemd Maintainers <pkg-systemd-maintainers@lists.alioth.debian.org>
Uploaders: Alexandre Detiste <alexandre.detiste@gmail.com>
Build-Depends:
debhelper-compat (= 13),
dh-sequence-cruft,
dh-sequence-python3,
python3,
Standards-Version: 4.6.1
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:
systemd-sysv,
${python3:Depends},
${shlibs:Depends},
${misc:Depends},
Suggests: default-mta | exim4 | mail-transport-agent
Provides: cron-daemon, anacron
Conflicts: anacron,
cron,
cronie,
bcron
Replaces: anacron,
cron,
cronie,
bcron
Pre-Depends:
${misc:Pre-Depends},
cron-daemon-common
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.
|