Query: atrun
OS: netbsd
Section: 8
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
ATRUN(8) BSD System Manager's Manual ATRUN(8)NAMEatrun -- run jobs queued for later executionSYNOPSISatrun [-l load_avg] [-d]DESCRIPTIONatrun 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 upper- case 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).WARNINGSFor 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 filesSEE ALSOat(1), crontab(1), syslog(3), crontab(5), cron(8)AUTHORSThomas Koenig <ig25@rz.uni-karlsruhe.de>BUGSThe functionality of atrun should be merged into cron(8).BSDApril 12, 1995 BSD
| Related Man Pages | 
|---|
| atd(8) - centos | 
| at(1) - osx | 
| atrun(8) - freebsd | 
| atq(1) - osx | 
| queuedefs(4) - sunos | 
| Similar Topics in the Unix Linux Community | 
|---|
| crontab -e dosent work | 
| Mail going to /var/spool/mqueue instead of being sent | 
| Script to run every 5 minutes | 
| How to setup a cron job to run every 45 minutes in Solaris 5.10 | 
| Crontab Issue |