From cfc88ae7d0056f6d3a849e2759160b448f176f4f Mon Sep 17 00:00:00 2001 From: doktornotor Date: Thu, 17 Dec 2015 13:33:12 +0100 Subject: Update the description/names/help (backport from 2.3) --- config/cron/cron_edit.php | 66 ++++++++++++++++++++++++++++++++--------------- 1 file changed, 45 insertions(+), 21 deletions(-) (limited to 'config/cron') diff --git a/config/cron/cron_edit.php b/config/cron/cron_edit.php index b89c28e0..58389284 100644 --- a/config/cron/cron_edit.php +++ b/config/cron/cron_edit.php @@ -128,45 +128,57 @@ function show_advanced_config() {
- - + - - + - - + - - + - - + - - + - - + @@ -178,6 +190,18 @@ function show_advanced_config() { + + + + + +
minute - + Minute +
+ The minute(s) at which the command will be executed.
+ (0-59, ranges, or divided, *=all)
hour - + Hour +
+ The day(s) of the month on which the command will be executed.
+ (1-31, ranges, or divided, *=all)
mday - + Day of the Month +
+ The day(s) of the month on which the command will be executed.
+ (1-31, ranges, or divided, *=all)
month - + Month of the Year +
+ The month(s) of the year during which the command will be executed.
+ (1-12, ranges, or divided, *=all)
wday - + Day of the Week +
+ The day(s) of the week on which the command will be executed.
+ (0-7, 7=Sun or use names, ranges, or divided, *=all)
who - + User +
+ The user executing the command (typically "root")
command - + Command +
+ The full path to the command, plus parameters.
Help
+ 'Using "*" for a time entry means "all" or "every", and is the same as a range from first to last. +
Ranges may also be used, for example "1-5" in the "Day of Week" field means Monday through Friday. +
Time entries may be divided and will be executed when they divide evenly, for example "*/15" in the Minute field means "Every 15 minutes". +

For more information see: FreeBSD Handbook - Configuring cron(8) + and crontab(5) man page. +

-- cgit v1.2.3