aboutsummaryrefslogtreecommitdiff
path: root/.config/systemd/user/dapp-bg-ntfy@.service
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2024-04-02 19:24:56 +0200
committerPatrick Spek <p.spek@tyil.nl>2024-04-02 19:24:56 +0200
commit5f53e3d3496f7621ee82d0de5e8bdcc31b84da38 (patch)
tree5c7493724508ea7ef1bed40e81f6cd131ca7c98e /.config/systemd/user/dapp-bg-ntfy@.service
parent47084e3e9a208fa165a85ae94f9a06cee11afbc8 (diff)
Use graphical-session.target
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