mirror of
https://github.com/clearlinux/swupd-client.git
synced 2026-08-21 04:46:50 +00:00
341fe280b4
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.
11 lines
148 B
SYSTEMD
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
|