diff --git a/roles/base/files/paccache.timer b/roles/base/files/paccache.timer index f8a6b33..2095dcb 100644 --- a/roles/base/files/paccache.timer +++ b/roles/base/files/paccache.timer @@ -3,8 +3,8 @@ Description=Clean-up Old Pacman Files [Timer] OnCalendar=daily -AccuracySec=1h -Persistent=True +Persistent=true +RandomizedDelaySec=3h [Install] WantedBy=multi-user.target diff --git a/roles/mirrorlist/files/reflector-update.timer b/roles/mirrorlist/files/reflector-update.timer index dd4be32..da20b3f 100644 --- a/roles/mirrorlist/files/reflector-update.timer +++ b/roles/mirrorlist/files/reflector-update.timer @@ -4,8 +4,8 @@ Description=Reflector Update Timer [Timer] Unit=reflector-update.service OnCalendar=daily -Persistent=True -RandomizedDelaySec=1h +Persistent=true +RandomizedDelaySec=3h [Install] WantedBy=timers.target diff --git a/roles/unbound/files/roothints.timer b/roles/unbound/files/roothints.timer index 43db237..6f20faf 100644 --- a/roles/unbound/files/roothints.timer +++ b/roles/unbound/files/roothints.timer @@ -4,7 +4,7 @@ Description=Unbound Root Hints Update Timer [Timer] OnCalendar=monthly Persistent=true -RandomizedDelaySec=3600 +RandomizedDelaySec=3h Unit=roothints.service [Install] diff --git a/roles/units/templates/units_cur.timer.j2 b/roles/units/templates/units_cur.timer.j2 index 3b5d675..3d6b0cb 100644 --- a/roles/units/templates/units_cur.timer.j2 +++ b/roles/units/templates/units_cur.timer.j2 @@ -3,10 +3,10 @@ Description=GNU Units Currency Update Timer [Timer] +Unit=units_cur.service OnCalendar=daily Persistent=true -RandomizedDelaySec=3600 -Unit=units_cur.service +RandomizedDelaySec=3h [Install] WantedBy=timers.target