aboutsummaryrefslogtreecommitdiff
path: root/.config/systemd/user/dapp-bg-ntfy@.service
diff options
context:
space:
mode:
Diffstat (limited to '.config/systemd/user/dapp-bg-ntfy@.service')
-rw-r--r--.config/systemd/user/dapp-bg-ntfy@.service5
1 files changed, 3 insertions, 2 deletions
diff --git a/.config/systemd/user/dapp-bg-ntfy@.service b/.config/systemd/user/dapp-bg-ntfy@.service
index 6297fea..bbf914c 100644
--- a/.config/systemd/user/dapp-bg-ntfy@.service
+++ b/.config/systemd/user/dapp-bg-ntfy@.service
@@ -1,11 +1,12 @@
[Unit]
Description=Run ntfy
After=network.target
-After=wman.target
+After=graphical-session.target
+Requires=graphical-session.target
[Service]
Type=exec
ExecStart=ntfy subscribe "%i" 'notify-send "$t" "$m"'
[Install]
-WantedBy=wman.target
+WantedBy=graphical-session.target