Document the fact that at(1) is run through cron(8) and that this affects
the granularity of the at queue runs. Submitted by: mux
This commit is contained in:
parent
8490a39acd
commit
cdb886795d
@ -186,6 +186,20 @@ to use
|
||||
If neither exists, only the superuser is allowed use of
|
||||
.Nm Ns .
|
||||
This is the default configuration.
|
||||
.Sh IMPLEMENTATION NOTES
|
||||
Note that
|
||||
.Nm
|
||||
is implemented through the
|
||||
.Xr cron 8
|
||||
daemon by calling
|
||||
.Xr atrun 8
|
||||
every five minutes.
|
||||
This implies that the granularity of
|
||||
.Nm
|
||||
might not be optimal for every deployment.
|
||||
If a finer granularity is needed the system crontab at
|
||||
.Pa /etc/crontab
|
||||
needs to be changed.
|
||||
.Sh OPTIONS
|
||||
.Bl -tag -width indent
|
||||
.It Fl q Ar queue
|
||||
|
Loading…
Reference in New Issue
Block a user