Home
Search all pages
Subjects
By activity
Professions, Sciences, Humanities, Business, ...
User Interface
Text-based, GUI, Audio, Video, Keyboards, Mouse, Images,...
Text Strings
Conversions, tests, processing, manipulation,...
Math
Integer, Floating point, Matrix, Statistics, Boolean, ...
Processing
Algorithms, Memory, Process control, Debugging, ...
Stored Data
Data storage, Integrity, Encryption, Compression, ...
Communications
Networks, protocols, Interprocess, Remote, Client Server, ...
Hard World Timing, Calendar and Clock, Audio, Video, Printer, Controls...
File System
Management, Filtering, File & Directory access, Viewers, ...
|
|
|
RocketLink!--> Man page versions:
OpenBSD
FreeBSD
NetBSD
Others
ATRUN(8) OpenBSD System Manager's Manual ATRUN(8)
NAME
atrun - run jobs queued for later execution
SYNOPSIS
atrun [-l load_avg] [-d]
DESCRIPTION
Atrun runs jobs queued by at(1). Root's crontab(5) must contain the
line:
*/10 * * * * root /usr/libexec/atrun
so that atrun(8) gets called every ten minutes.
At every invocation, every job in lowercase queues whose starting time
has passed is started. A maximum of one batch job (denoted by uppercase
queues) is started each time atrun is invoked.
OPTIONS
-l load_avg
Specifies a limiting load factor, over which batch jobs should
not be run, instead of the compiled-in value of 1.5.
-d Debug; print error messages to standard error instead of using
syslog(3).
WARNINGS
For atrun to work, you have to start up a cron(8) daemon.
FILES
/var/at/spool Directory containing output spool files
/var/at/jobs Directory containing job files
SEE ALSO
cron(8), crontab(1), crontab(5), at(1), syslog(3).
BUGS
The functionality of atrun should be merged into cron(8).
AUTHOR
Thomas Koenig <ig25@rz.uni-karlsruhe.de>.
OpenBSD 2.3 April 12, 1995 1
Source: OpenBSD 2.6 man pages. Copyright: Portions are copyrighted by BERKELEY SOFTWARE DESIGN, INC., The Regents of the University of California, Massachusetts Institute of Technology, Free Software Foundation, FreeBSD Inc., and others. |
(Corrections, notes, and links courtesy of RocketAware.com)
OpenBSD sources for atrun(8)
Up to: Process Creation and Control - child process control (like sending signals), renice, fork, et al
RocketLink!--> Man page versions:
OpenBSD
FreeBSD
NetBSD
Others
Rapid-Links:
Search | About | Comments | Submit Path: RocketAware > man pages >
atrun.8/
RocketAware.com is a service of Mib Software Copyright 1999, Forrest J. Cavalier III. All Rights Reserved. We welcome submissions and comments
|