1 .\" $NetBSD: atrun.8,v 1.10 2000/11/07 06:43:25 lukem Exp $
2 .\" $OpenBSD: atrun.8,v 1.4 1998/05/22 22:16:29 deraadt Exp $
3 .\" $FreeBSD: atrun.man,v 1.3 1997/02/22 14:20:55 peter Exp $
9 .Nd run jobs queued for later execution
20 must contain the line:
22 */10 * * * * root /usr/libexec/atrun
27 gets called every ten minutes.
29 At every invocation, every job in lowercase queues whose starting time
30 has passed is started.
31 A maximum of one batch job (denoted by uppercase queues) is started
36 .Bl -tag -width indent
38 Specifies a limiting load factor, over which batch jobs should
39 not be run, instead of the compiled-in value of 1.5.
41 Debug; print error messages to standard error instead of using
47 to work, you have to start up a
51 .Bl -tag -width /var/at/spool -compact
53 Directory containing output spool files
55 Directory containing job files
64 .An Thomas Koenig Aq ig25@rz.uni-karlsruhe.de