dc172396fb
At is now available on a git repository at: https://salsa.debian.org/debian/at Main changes 3.1.16 -> 3.1.23: - add support for SELinux, multiple files - improve atd.service, see bug report 892819 - fix various bugs and warnings - finalized script to release software So: - change AT_SITE_METHOD to git pointing to release/3.1.23 - update tarball sha256 in hash file - improved S99at script: if /var/spool is linked to /tmp, .SEQ file will be lost and atd won't work neither for a live session. Create .SEQ file if not found, warning during start that after reboot atjobs could be lost. Signed-off-by: Giulio Benetti <giulio.benetti@micronovasrl.com> Reviewed-by: Matt Weber <matthew.weber@rockwellcollins.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
13 lines
330 B
Plaintext
13 lines
330 B
Plaintext
config BR2_PACKAGE_AT
|
|
bool "at"
|
|
depends on BR2_USE_MMU
|
|
help
|
|
At and batch read shell commands from standard input and
|
|
store them as jobs to be scheduled for execution in the
|
|
future.
|
|
|
|
at - run the job at a specified time
|
|
batch - run the job when system load levels permit
|
|
|
|
https://salsa.debian.org/debian/at
|