Files
hydro-os/files/systemd/system/notify_update.service
Eriq Taing 91f6388777
All checks were successful
bluebuild-nvidia / Build Custom Image (recipe_nvidia.yml) (pull_request) Successful in 10m28s
bluebuild / Build Custom Image (recipe.yml) (pull_request) Successful in 8m5s
Removed condition to notify update service
2025-06-09 12:00:13 -04:00

11 lines
281 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/notify-send "New system update downloaded\!"
[Install]
WantedBy=bootc-status-updated.target