Moved notify-update service to user space and updated name to have consistent naming format.
This commit is contained in:
12
files/systemd/user/notify-update.service
Normal file
12
files/systemd/user/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/notify-send "New system update downloaded\!"
|
||||
|
||||
[Install]
|
||||
WantedBy=bootc-status-updated.target
|
Reference in New Issue
Block a user