mirror of
https://github.com/eliasstepanik/ark-ac-server-tools.git
synced 2026-01-13 03:18:28 +00:00
Elaborate on install-cronjob --minute and --hour
This commit is contained in:
parent
421c2c4c0b
commit
bab7832fc9
@ -272,10 +272,16 @@ instances.
|
||||
`--hour=<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=<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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user