Moved notify-update service back to system
This commit is contained in:
12
files/systemd/system/notify-update.service
Normal file
12
files/systemd/system/notify-update.service
Normal 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
|
Reference in New Issue
Block a user