summaryrefslogtreecommitdiffstats
path: root/upstream/opensuse-tumbleweed/man8/atd.8
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-15 19:43:11 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-15 19:43:11 +0000
commitfc22b3d6507c6745911b9dfcc68f1e665ae13dbc (patch)
treece1e3bce06471410239a6f41282e328770aa404a /upstream/opensuse-tumbleweed/man8/atd.8
parentInitial commit. (diff)
downloadmanpages-l10n-fc22b3d6507c6745911b9dfcc68f1e665ae13dbc.tar.xz
manpages-l10n-fc22b3d6507c6745911b9dfcc68f1e665ae13dbc.zip
Adding upstream version 4.22.0.upstream/4.22.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'upstream/opensuse-tumbleweed/man8/atd.8')
-rw-r--r--upstream/opensuse-tumbleweed/man8/atd.879
1 files changed, 79 insertions, 0 deletions
diff --git a/upstream/opensuse-tumbleweed/man8/atd.8 b/upstream/opensuse-tumbleweed/man8/atd.8
new file mode 100644
index 00000000..1f561185
--- /dev/null
+++ b/upstream/opensuse-tumbleweed/man8/atd.8
@@ -0,0 +1,79 @@
+.TH ATD 8 2009-11-14
+.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 [ \-f ]
+.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 0.8.
+This number is multiplied by the amount of CPUs when comparing
+to /proc/loadavg, because loadavg is a sum over all processors on Linux.
+.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) .
+This option also implies
+.BR \-f .
+.TP
+.B \-f
+Run
+.BR atd
+in the foreground.
+.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.
+.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 /var/spool/atjobs
+The directory for storing jobs; this should be mode 700, owner
+at.
+.PP
+.I /var/spool/atspool
+The directory for storing output; this should be mode 700, owner
+at.
+.PP
+.IR /etc/at.allow ,
+.I /etc/at.deny
+determine who can use the
+.B at
+system.
+.SH "SEE ALSO"
+.BR at (1),
+.BR at.deny (5),
+.BR at.allow (5),
+.BR cron (8),
+.BR crontab (1),
+.BR syslog (3).
+.SH BUGS
+The functionality of
+.B atd
+should be merged into
+.BR cron (8) .