contrib: systemd: btrbk.timer: use default systemd `AccuracySec`

systemd’s `AccuracySec` is mainly there in order to allow it to coalescing
wake-ups for multiple timers.
It’s default of `1min` minute should be enough for this.

Using its `RandomizedDelaySec` in order to spread load from e.g. multiple
sources that would all perform backups to one target, wouldn’t really make much
sense either.
Either, the value would need to be quite large, thereby making backups/snapshots
too wobbly, or it wouldn’t be effective as at least the backups typically take
quite some time.

Signed-off-by: Christoph Anton Mitterer <mail@christoph.anton.mitterer.name>
pull/498/head
Christoph Anton Mitterer 2022-11-12 04:59:19 +01:00
parent c9d95a6302
commit eb1d9e4da9
1 changed files with 0 additions and 1 deletions

View File

@ -5,7 +5,6 @@ ConditionPathExists=|@CONFDIR@/btrbk.conf
[Timer]
OnCalendar=hourly
AccuracySec=10min
Persistent=true
[Install]