dnf-makecache.timer: Add a randomized delay of one hour

= changelog =
msg: Add a one hour randomized delay to the dnf-makecache.timer
type: enhancement
resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1857029
This commit is contained in:
Lukáš Hrázký 2020-08-03 16:12:02 +02:00 committed by Lukáš Hrázký
parent f075643f98
commit 829fa0a618
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ Wants=network-online.target
[Timer]
OnBootSec=10min
OnUnitInactiveSec=1h
RandomizedDelaySec=60m
Unit=dnf-makecache.service
[Install]