Query: atrun
OS: freebsd
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) file /etc/crontab has to contain the line */5 * * * * root /usr/libexec/atrun so that atrun gets invoked every five minutes. At every invocation, atrun will start all the jobs in the lowercase queues whose start time has elapsed. In addition, if the load average over the last minute was less than the specified limit then a maximum of one batch job (denoted by the uppercase queues) is started. Before starting a job, atrun will check the status of its owner's account with pam(3) and refuse to run the job if the account is unavail- able, e.g., locked out or expired.OPTIONS-l load_avg Specify a limiting load factor, over which batch jobs should not be run, instead of the default of 1.5 * number of active CPUs. -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/etc/pam.d/atrun pam.conf(5) configuration file for atrun /var/at/jobs Directory containing job files /var/at/spool Directory containing output spool filesSEE ALSOat(1), crontab(1), pam(3), syslog(3), crontab(5), pam.conf(5), cron(8)BUGSThe functionality of atrun should be merged into cron(8).BSDOctober 30, 2012 BSD
Related Man Pages |
---|
at(1) - bsd |
queuedefs(4) - opensolaris |
batch(1) - ultrix |
queuedefs(4) - sunos |
queuedefs(4) - x11r4 |
Similar Topics in the Unix Linux Community |
---|
Crontab |
cronjob not working |
How to setup a cron job to run every 45 minutes in Solaris 5.10 |
crontab |
Problem with a cron job |