From df799cbad3b8a3a2e5392730083bed670711c32e Mon Sep 17 00:00:00 2001 From: Warren Block Date: Fri, 25 Nov 2011 17:41:12 +0000 Subject: Point out that @reboot runs at every cron startup, not just system startup. Discussed on: hackers@ Approved by: gjb (mentor) MFC after: 1 week --- usr.sbin/cron/crontab/crontab.5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.sbin/cron/crontab') diff --git a/usr.sbin/cron/crontab/crontab.5 b/usr.sbin/cron/crontab/crontab.5 index ba8856986f21..6c880dd484ef 100644 --- a/usr.sbin/cron/crontab/crontab.5 +++ b/usr.sbin/cron/crontab/crontab.5 @@ -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 * *". -- cgit v1.2.3