Files
hydro-os/files/systemd/system/flag-update-downloaded.service
Eriq Taing 9e0dc3216f
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
Attempting to use system bootc-status-updated to flag the user side.
2025-06-14 10:36:39 -04:00

10 lines
225 B
Desktop File

[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