File: control

package info (click to toggle)
systemd-cron 1.5.16-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 296 kB
  • sloc: python: 977; sh: 326; makefile: 212; ansic: 116
file content (33 lines) | stat: -rw-r--r-- 1,526 bytes parent folder | download
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.