From 610e6b35ec614764770d47b5974b30fd90dce6fe Mon Sep 17 00:00:00 2001 From: Andrew Benson Date: Thu, 1 Oct 2020 18:36:42 -0600 Subject: Add option for jitter, fix wording of randdelay --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index efdb463..2a1f364 100644 --- a/README.md +++ b/README.md @@ -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: -- cgit 1.4.1