aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.config/systemd/user/ntfy@.service2
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/systemd/user/ntfy@.service b/.config/systemd/user/ntfy@.service
index 8344170..22a7c3a 100644
--- a/.config/systemd/user/ntfy@.service
+++ b/.config/systemd/user/ntfy@.service
@@ -5,7 +5,7 @@ After=network.target
[Service]
Type=exec
-ExecStart=/usr/bin/ntfy subscribe "%i" notify-send "$t" "$m"
+ExecStart=/usr/bin/ntfy subscribe "%i" 'notify-send "$t" "$m"'
Restart=on-failure
[Install]