diff options
author | Andrew Benson <abenson+void@gmail.com> | 2020-10-01 18:36:42 -0600 |
---|---|---|
committer | Leah Neukirchen <leah@vuxu.org> | 2020-10-04 16:17:04 +0200 |
commit | 610e6b35ec614764770d47b5974b30fd90dce6fe (patch) | |
tree | a6efc19488d7d9a9d9c613c78a5956dc526d010d /README.md | |
parent | ea43661178aff50b3c3da885abe529e47c5b01d8 (diff) |
Add option for jitter, fix wording of randdelay
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -71,10 +71,11 @@ Over systemd timers: * `-n`: dry-run, print the next 5 times the command would run. * `-v`: verbose, print scheduled (and rescheduled) times. * `-t`, `-T`: see below timefiles -* `-R`: add between 0 and RANDDELAY seconds to the scheduled time. +* `-R`: add between 0 and RANDDELAY seconds to the start of the scheduled time. +* `-J`: add between 0 and JITTER seconds to scheduled execution time. * `-s`: commands are executed even if they are SLACK (default: 60) seconds late. -The durations RANDDELAY and SLACK and TIMEWAIT are parsed as seconds, +The durations RANDDELAY and JITTER and SLACK and TIMEWAIT are parsed as seconds, unless a postfix of `m` for minutes, `h` for hours, or `d` for days is used. The remaining arguments are patterns for the time fields: |