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:
parent
f075643f98
commit
829fa0a618
|
@ -8,6 +8,7 @@ Wants=network-online.target
|
|||
[Timer]
|
||||
OnBootSec=10min
|
||||
OnUnitInactiveSec=1h
|
||||
RandomizedDelaySec=60m
|
||||
Unit=dnf-makecache.service
|
||||
|
||||
[Install]
|
||||
|
|
Loading…
Reference in New Issue