File: atd.8.in

package info (click to toggle)
at 3.1.10
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 476 kB
  • ctags: 253
  • sloc: sh: 2,842; ansic: 2,215; yacc: 550; makefile: 206; lex: 92
file content (80 lines) | stat: -rw-r--r-- 1,567 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
.Id $Id$
.TH ATD 8 "Mar 1997" local "Linux Programmer's Manual"
.SH NAME
atd \- run jobs queued for later execution
.SH SYNOPSIS
.B atd
.RB [ -l
.IR load_avg ]
.RB [ -b
.IR batch_interval ]
.RB [ -d ]
.RB [ -s ]
.SH DESCRIPTION
.B atd
runs jobs queued by
.BR at(1) .
.PP
.SH OPTIONS
.TP 8
.B -l
Specifies a limiting load factor, over which batch jobs should
not be run, instead of the compile-time choice of @LOADAVG_MX@.
For an SMP system with
.I n
CPUs, you will probably want to set this higher than
.IR n-1.
.TP 8
.B -b
Specify the minimum interval in seconds between the start of two
batch jobs (60 default).
.TP 8
.B -d
Debug; print error messages to standard error instead of using
.BR syslog(3) .
.TP 8
.B -s
Process the at/batch queue only once.
This is primarily of use for compatibility with old versions of
.BR at ;
.B "atd -s"
is equivalent to the old
.B atrun
command.
A script invoking
.B "atd -s"
is installed as
.B @prefix@/sbin/atrun
for backward compatibility.
.SH WARNING
.B atd
won't work if its spool directory is mounted via NFS even if
.I no_root_squash
is set.
.SH FILES
.I @ATJBD@
The directory for storing jobs; this should be mode 700, owner
@DAEMON_USERNAME@.
.PP
.I @ATSPD@
The directory for storing output; this should be mode 700, owner
@DAEMON_USERNAME@.
.PP
.IR /etc/at.allow ,
.IR /etc/at.deny
determine who can use the
.B at
system.
.SH "SEE ALSO"
.BR at (1),
.BR atrun (1),
.BR cron (8),
.BR crontab (1),
.BR syslog (3),
.BR at.deny (5),
.BR at.allow(5).
.SH BUGS
The functionality of 
.B atd
should be merged into
.BR cron (8) .