diff options
author | Allan Jude <allanjude@FreeBSD.org> | 2020-07-17 20:43:00 +0000 |
---|---|---|
committer | Allan Jude <allanjude@FreeBSD.org> | 2020-07-17 20:43:00 +0000 |
commit | f4cf731d1aed3c7f58075fb035db24b291a6ee4a (patch) | |
tree | e969487e9852f7990dfa9085e10aabc4e60459a5 /usr.bin | |
parent | 4fbd491ee3bfa7fcbb14f78768f543c80558548c (diff) | |
download | src-f4cf731d1aed3c7f58075fb035db24b291a6ee4a.tar.gz src-f4cf731d1aed3c7f58075fb035db24b291a6ee4a.zip |
Notes
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/at/at.man | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/usr.bin/at/at.man b/usr.bin/at/at.man index fc1d55bababd..88af9d7f1c19 100644 --- a/usr.bin/at/at.man +++ b/usr.bin/at/at.man @@ -213,9 +213,10 @@ 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. +If a finer granularity is desired, the +.Pa /etc/cron.d/at +file can be edited and will be read by the system crontab, from which +the SHELL and PATH environment variables are inherited. .Sh OPTIONS .Bl -tag -width indent .It Fl q Ar queue |