aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2024-02-06 14:12:22 +0100
committerPatrick Spek <p.spek@tyil.nl>2024-02-06 14:12:22 +0100
commit0ecdfb74516815453f39b90f5bcfbcdf8e4edfe0 (patch)
tree85e5ce8c39173c629a2b85c32bfefb79ed24b44c
parenta7e7d5d6975ae9626ec6cc71adf83c494468630e (diff)
Quote the notify-send statement
-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]