Point out that @reboot runs at every cron startup, not just system

startup.

Discussed on:	hackers@

Approved by:	gjb (mentor)
MFC after:	1 week
This commit is contained in:
Warren Block 2011-11-25 17:41:12 +00:00
parent 1fa2664f97
commit df799cbad3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=227981

View File

@ -224,7 +224,7 @@ one of eight special strings may appear:
.Bd -literal -offset indent
string meaning
------ -------
@reboot Run once, at startup.
@reboot Run once, at startup of cron.
@yearly Run once a year, "0 0 1 1 *".
@annually (same as @yearly)
@monthly Run once a month, "0 0 1 * *".