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
|
Source: at
Section: admin
Priority: standard
Maintainer: Jose M Calhariz <jose@calhariz.com>
Uploaders: Ansgar Burchardt <ansgar@debian.org>,
Standards-Version: 3.9.8
Build-Depends: autotools-dev,
bison,
debhelper (>= 9.20160114),
dh-systemd,
flex,
libfl-dev,
libpam0g-dev,
libselinux1-dev [linux-any],
perl (>= 5.10.1),
Vcs-Browser: https://anonscm.debian.org/git/collab-maint/at.git/
Vcs-Git: https://anonscm.debian.org/git/collab-maint/at.git/ -b debian
Homepage: http://blog.calhariz.com
Package: at
Architecture: any
Multi-Arch: foreign
Depends: libpam-runtime (>= 1.0.1-11),
lsb-base (>= 3.2-14),
${misc:Depends},
${shlibs:Depends},
Recommends: default-mta | mail-transport-agent,
Description: Delayed job execution and batch processing
At and batch read shell commands from standard input
storing them as a job to be scheduled for execution in the
future.
.
Use
at to run the job at a specified time
batch to run the job when system load levels permit
|