From 0ecdfb74516815453f39b90f5bcfbcdf8e4edfe0 Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Tue, 6 Feb 2024 14:12:22 +0100 Subject: Quote the notify-send statement --- .config/systemd/user/ntfy@.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.config') 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] -- cgit v1.1