Files
swupd-client/data/check-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

11 lines
148 B
SYSTEMD

[Unit]
Description=Periodic check for new OS version
[Timer]
OnBootSec=5m
OnUnitActiveSec=1h
AccuracySec=20m
[Install]
WantedBy=multi-user.target