diff options
author | Paweł Krawczyk <p+freebsd@krvtz.net> | 2024-05-10 04:21:18 +0000 |
---|---|---|
committer | Warner Losh <imp@FreeBSD.org> | 2024-05-10 04:34:06 +0000 |
commit | 783baf00128f6cf6fc08404eaad6a11b29d4025d (patch) | |
tree | 09e56e2183d1fc0e30f825bac1b7d4dce7035a12 | |
parent | 5ccaab1797e5bdc404f2299ebaec1265547a4744 (diff) |
at cron file is now in /etc/cron.d
PR: 243380
Reviewed by: imp
Pull Request: https://github.com/freebsd/freebsd-src/pull/1106
-rw-r--r-- | libexec/atrun/atrun.man | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/atrun/atrun.man b/libexec/atrun/atrun.man index 1f49ad9fbb37..766953ef015d 100644 --- a/libexec/atrun/atrun.man +++ b/libexec/atrun/atrun.man @@ -16,7 +16,7 @@ runs jobs queued by The system .Xr crontab 5 file -.Pa /etc/crontab +.Pa /etc/cron.d/at must contain the line .Bd -literal */5 * * * * root /usr/libexec/atrun |