From bab7832fc9a58cb4009de23e3caaa7bd2aabc609 Mon Sep 17 00:00:00 2001 From: Ben Peddell Date: Fri, 15 Jul 2016 20:53:02 +1000 Subject: [PATCH] Elaborate on install-cronjob --minute and --hour --- README.asciidoc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.asciidoc b/README.asciidoc index d295e60..89edc23 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -272,10 +272,16 @@ instances. `--hour=`;; Specifies one or more hours when the command should execute. This is the hour field of the cron job. + If you want to have the command execute every n hours, then + use `--hour='*/n'` + Default: `*` (i.e. all hours) `--minute=`;; Specifies one or more minutes of the hour when the command should execute. This is the minute field of the cron job. + If you want to have the command execute every n minutes, + then use `--minute='*/n'` + Default: `0` (i.e. the first minute of the hour) `--enable-output`;; Enables the output from the command - the cron daemon usually