1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
Source: cronutils
Section: admin
Priority: optional
Maintainer: Jamie Wilkinson <jaq@debian.org>
Build-Depends: debhelper-compat (= 13)
Standards-Version: 4.6.0
Homepage: https://github.com/google/cronutils
Vcs-Browser: https://salsa.debian.org/debian/cronutils
Vcs-Git: https://salsa.debian.org/debian/cronutils.git
Rules-Requires-Root: no
Package: cronutils
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Utilities to assist running batch processing jobs
A set of utilities to complement batch processing jobs, such as those
run from cron, by limiting concurrent execution of jobs, setting hard
limits on the runtime of a job, and recording execution statistics of
a completed job.
|