aboutsummaryrefslogtreecommitdiff
path: root/.config/systemd/user
diff options
context:
space:
mode:
Diffstat (limited to '.config/systemd/user')
-rw-r--r--.config/systemd/user/ntfy@.service (renamed from .config/systemd/user/ntfy.service)3
1 files changed, 2 insertions, 1 deletions
diff --git a/.config/systemd/user/ntfy.service b/.config/systemd/user/ntfy@.service
index 0906333..8344170 100644
--- a/.config/systemd/user/ntfy.service
+++ b/.config/systemd/user/ntfy@.service
@@ -1,10 +1,11 @@
[Unit]
Description=Start ntfy
PartOf=graphical-session.target
+After=network.target
[Service]
Type=exec
-ExecStart=/usr/bin/ntfy subscribe --from-config
+ExecStart=/usr/bin/ntfy subscribe "%i" notify-send "$t" "$m"
Restart=on-failure
[Install]