Moved notify-update service back to system
All checks were successful
bluebuild-nvidia / Build Custom Image (recipe_nvidia.yml) (pull_request) Successful in 14m44s
bluebuild / Build Custom Image (recipe.yml) (pull_request) Successful in 9m12s

This commit is contained in:
2025-06-10 17:35:17 -04:00
parent f9e324a7d4
commit 5b932f8a19
2 changed files with 1 additions and 1 deletions

View File

@@ -0,0 +1,12 @@
[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
ExecCondition=/lib/systemd/systemd-xdg-autostart-condition "wlroots:sway:Wayfire:labwc:Hyprland" ""
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