diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2021-07-16 04:24:16 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-16 04:24:16 -0400 |
commit | 0894a9e466d28d23fc6bdc1ef124e1129082183c (patch) | |
tree | 39b5de9a80eee327310040983b160c19c8f20f76 | |
parent | 12b67aaf62b6e99f94db7ea89dad87f16a9fbd86 (diff) | |
parent | 7996e2b824358499643c9dc91948c34348db28d3 (diff) | |
download | podman-0894a9e466d28d23fc6bdc1ef124e1129082183c.tar.gz podman-0894a9e466d28d23fc6bdc1ef124e1129082183c.tar.bz2 podman-0894a9e466d28d23fc6bdc1ef124e1129082183c.zip |
Merge pull request #10951 from rugk/patch-1
Randomize the auto-update of podman containers
-rw-r--r-- | contrib/systemd/auto-update/podman-auto-update.timer | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/systemd/auto-update/podman-auto-update.timer b/contrib/systemd/auto-update/podman-auto-update.timer index 3e50ffa9b..50be391d3 100644 --- a/contrib/systemd/auto-update/podman-auto-update.timer +++ b/contrib/systemd/auto-update/podman-auto-update.timer @@ -3,6 +3,7 @@ Description=Podman auto-update timer [Timer] OnCalendar=daily +RandomizedDelaySec=900 Persistent=true [Install] |