Files
hydro-os/files/systemd/system/notify-update.service
Eriq Taing 5028f8b3c5
All checks were successful
bluebuild-nvidia / Build Custom Image (recipe_nvidia.yml) (pull_request) Successful in 11m33s
bluebuild / Build Custom Image (recipe.yml) (pull_request) Successful in 9m19s
Forgot to remove the exec condition.
2025-06-11 00:55:56 -04:00

11 lines
356 B
Desktop File

[Unit]
Description=Notify the user when the next update has been downloaded.
# order after update has been applied
After=bootc-status-updated.target
[Service]
Type=exec
ExecStart=/usr/bin/systemd-run --user notify-send 'Update Downloaded!' 'A new update has been downloaded! Please restart to apply update!'
[Install]
WantedBy=bootc-status-updated.target