From 6ae879e31bcaeb13abe1d508ca2c043a21727083 Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Wed, 15 Mar 2023 16:39:17 -0400 Subject: [PATCH] [systemd] Use snapcast service for snap --- systemd/.config/systemd/user/snapclient.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systemd/.config/systemd/user/snapclient.service b/systemd/.config/systemd/user/snapclient.service index 9338c05..e600b57 100644 --- a/systemd/.config/systemd/user/snapclient.service +++ b/systemd/.config/systemd/user/snapclient.service @@ -2,7 +2,7 @@ Description=Snapclient [Service] -ExecStart=/usr/bin/snapclient -h mopidy2.local +ExecStart=/usr/bin/snapclient -h snapcast.service ExecStop=kill $(pidof snapclient) Restart=on-failure