mirror of
https://github.com/clearlinux/swupd-client.git
synced 2026-08-19 03:47:26 +00:00
7a2559efbf
We know these are cheap and our CDN takes care of the actual bulk of the bandwith. Spread the update checks between 45min0sec and 1hr33mins effectively.
13 lines
214 B
SYSTEMD
13 lines
214 B
SYSTEMD
[Unit]
|
|
Description=Automatically Install Software Updates
|
|
Documentation=man:swupd_update
|
|
|
|
[Timer]
|
|
OnBootSec=45min
|
|
OnUnitActiveSec=45min
|
|
AccuracySec=300
|
|
RandomizedDelaySec=2700
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|