Switched to custom update service and timer. Also activated unlock-wallet service
Some checks failed
bluebuild / Build Custom Image (recipe.yml) (pull_request) Failing after 1m37s
bluebuild-nvidia / Build Custom Image (recipe_nvidia.yml) (pull_request) Failing after 38s

This commit is contained in:
2025-06-11 15:54:57 -04:00
parent c3c41fa9b3
commit 64fe2b0554
3 changed files with 22 additions and 1 deletions

View File

@@ -0,0 +1,8 @@
[Unit]
Description=Download bootc updates
Documentation=man:bootc(8)
ConditionPathExists=/run/ostree-booted
[Service]
Type=oneshot
ExecStart=/usr/bin/bootc update --quiet

View File

@@ -0,0 +1,12 @@
[Unit]
Description=Download bootc updates
Documentation=man:bootc(8)
ConditionPathExists=/run/ostree-booted
[Timer]
OnBootSec=15min
OnUnitInactiveSec=8h
RandomizedDelaySec=2h
[Install]
WantedBy=timers.target