diff options
Diffstat (limited to 'upstream/opensuse-leap-15-6/man8/atrun.8')
-rw-r--r-- | upstream/opensuse-leap-15-6/man8/atrun.8 | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/upstream/opensuse-leap-15-6/man8/atrun.8 b/upstream/opensuse-leap-15-6/man8/atrun.8 new file mode 100644 index 00000000..aade47d8 --- /dev/null +++ b/upstream/opensuse-leap-15-6/man8/atrun.8 @@ -0,0 +1,23 @@ +.TH ATRUN 8 "Nov 1996" local "Linux Programmer's Manual" +.SH NAME +atrun \- run jobs queued for later execution +.SH SYNOPSIS +.B atrun +.RB [ -l +.IR load_avg ] +.RB [ -d ] +.SH DESCRIPTION +.B atrun +runs jobs queued by +.BR at(1) . +It is a shell script invoking +.B /usr/sbin/atd +with the +.I -s +option, and is provided for backward compatibility with older +installations. +.SH SEE ALSO +.BR at (1), +.BR atd (8). +.SH AUTHOR +At was mostly written by Thomas Koenig. |