OSDN Git Service

Fix no pic
[uclinux-h8/uClinux-dist.git] / user / at / atd.8.in
1 .Id $Id: atd.8.in,v 1.5 1997/04/18 12:33:20 ig25 Exp $
2 .TH ATD 8 "Mar 1997" local "Linux Programmer's Manual"
3 .SH NAME
4 atd \- run jobs queued for later execution
5 .SH SYNOPSIS
6 .B atd
7 .RB [ -l
8 .IR load_avg ]
9 .RB [ -b
10 .IR batch_interval ]
11 .RB [ -d ]
12 .RB [ -s ]
13 .SH DESCRIPTION
14 .B atd
15 runs jobs queued by
16 .BR at(1) .
17 .PP
18 .SH OPTIONS
19 .TP 8
20 .B -l
21 Specifies a limiting load factor, over which batch jobs should
22 not be run, instead of the compile-time choice of @LOADAVG_MX@.
23 For an SMP system with
24 .I n
25 CPUs, you will probably want to set this higher than
26 .IR n-1.
27 .TP 8
28 .B -b
29 Specifiy the minimum interval in seconds between the start of two
30 batch jobs (60 default).
31 .TP 8
32 .B -d
33 Debug; print error messages to standard error instead of using
34 .BR syslog(3) .
35 .TP 8
36 .B -s
37 Process the at/batch queue only once.
38 This is primarily of use for compatibility with old versions of
39 .BR at ;
40 .B "atd -s"
41 is equivalent to the old
42 .B atrun
43 command.
44 A script invoking
45 .B "atd -s"
46 is installed as
47 .B @prefix@/sbin/atrun
48 for backward compatibility.
49 .SH FILES
50 .I @ATJBD@
51 The directory for storing jobs; this should be mode 700, owner
52 @DAEMON_USERNAME@.
53 .PP
54 .I @ATSPD@
55 The direcotry for storing output; this should be mode 700, owner
56 @DAEMON_USERNAME@.
57 .SH "SEE ALSO"
58 at(1), atrun(1), cron(1), crontab(1), syslog(3)
59 .SH BUGS
60 The functionality of 
61 .B atd
62 should be merged into
63 .BR cron(1) .