aboutsummaryrefslogtreecommitdiff
path: root/.config/systemd/user/ntfy@.service
diff options
context:
space:
mode:
Diffstat (limited to '.config/systemd/user/ntfy@.service')
-rw-r--r--.config/systemd/user/ntfy@.service5
1 files changed, 4 insertions, 1 deletions
diff --git a/.config/systemd/user/ntfy@.service b/.config/systemd/user/ntfy@.service
index 22a7c3a..6f2587b 100644
--- a/.config/systemd/user/ntfy@.service
+++ b/.config/systemd/user/ntfy@.service
@@ -5,7 +5,10 @@ After=network.target
[Service]
Type=exec
-ExecStart=/usr/bin/ntfy subscribe "%i" 'notify-send "$t" "$m"'
+ExecSearchPath=%h/.local/bin
+ExecSearchPath=/usr/local/bin
+ExecSearchPath=/usr/bin
+ExecStart=ntfy subscribe "%i" 'notify-send "$t" "$m"'
Restart=on-failure
[Install]