Attempting to use system bootc-status-updated to flag the user side.
All checks were successful
bluebuild-nvidia / Build Custom Image (recipe_nvidia.yml) (pull_request) Successful in 12m35s
bluebuild / Build Custom Image (recipe.yml) (pull_request) Successful in 8m25s

This commit is contained in:
2025-06-14 10:36:39 -04:00
parent f8ee64c130
commit 9e0dc3216f
3 changed files with 12 additions and 4 deletions

View File

@@ -0,0 +1,10 @@
[Unit]
Description=Create a file to flag that an update has been downloaded
After=bootc-status-updated.target
[Service]
Type=exec
ExecStart=/usr/bin/touch /tmp/hydro-os-updated
[Install]
WantedBy=bootc-status-updated.target