silverblue-custom/etc/systemd/system/bootc-auto-update.timer
Joshua Seiger-Eatwell c860d04fd3
All checks were successful
Build Silverblue Image / build-push (push) Successful in 10m17s
made own bootc-auto-update service and timer
2025-01-15 19:17:17 +01:00

15 lines
411 B
SYSTEMD

[Unit]
Description=Apply bootc updates
Documentation=man:bootc(8)
ConditionPathExists=/run/ostree-booted
[Timer]
OnBootSec=1h
# This time is relatively arbitrary and obviously expected to be overridden/changed
OnUnitInactiveSec=8h
# When deploying a large number of systems, it may be beneficial to increase this value to help with load on the registry.
RandomizedDelaySec=2h
[Install]
WantedBy=timers.target