Files
swupd-client/data/swupd-update.timer
T
Auke Kok 341fe280b4 Move to automatic updates: unit changes.
We disable check-update.timer by default. Having a message in the
journal isn't helpful, and there currently is no API to properly
query for update (except for running swupd check-update).

We add auto-update timer units. These can be masked (`systemctl
mask swupd-update.service`) to disable auto-updates, or enabled
if the OS ships with them not enabled. The project ships with
them not enabled for now, may end up enabling them later in time.
2016-11-17 00:52:22 -08:00

13 lines
208 B
SYSTEMD

[Unit]
Description=Automatically Install Software Updates
Documentation=man:swupd_update
[Timer]
OnBootSec=6h
OnUnitActiveSec=6h
AccuracySec=900
RandomizedDelaySec=7200
[Install]
WantedBy=multi-user.target