From f2196fe7f91b6396f3b845f70cc494f827fba85f Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Thu, 25 Sep 2025 16:52:17 -0400 Subject: [PATCH] [systemd] Default to device 6 for snapclient --- 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 aa3c560..d9dcc6d 100644 --- a/systemd/.config/systemd/user/snapclient.service +++ b/systemd/.config/systemd/user/snapclient.service @@ -4,7 +4,7 @@ After=network.target [Service] EnvironmentFile="/etc/snapclient.env" -ExecStart=/usr/bin/snapclient -h snapcast.service $EXTRA_ARGS +ExecStart=/usr/bin/snapclient -h snapcast.service -s 6 $EXTRA_ARGS ExecStop=kill $(pidof snapclient) Restart=on-failure