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
|
Source: systemd-cron
Section: admin
Priority: extra
Maintainer: Debian Systemd Maintainers <pkg-systemd-maintainers@lists.alioth.debian.org>
Uploaders: Shawn Landden <shawnlandden@gmail.com>,
Michael Stapelberg <stapelberg@debian.org>
Build-Depends: debhelper (>= 9),
dh-systemd, dh-python, python
X-Python-Version: >= 2.7
Standards-Version: 3.9.6
Vcs-Git: git://anonscm.debian.org/collab-maint/systemd-cron.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/systemd-cron.git
Homepage: https://github.com/systemd-cron/systemd-cron
Package: systemd-cron
Architecture: all
Depends: ${misc:Depends}, systemd-sysv (>= 212), ${python:Depends}
Provides: cron-daemon, anacron
Conflicts: cron-daemon, anacron
Replaces: cron, anacron
Description: systemd units to provide minimal cron daemon 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 dynamicaly translate /etc/crontab, /etc/cron.d/*
and user cronjobs in systemd units.
|