From a04ab37f8dac2a5ef93d3c4e9e651a5dac3dddb9 Mon Sep 17 00:00:00 2001 From: Fabio Tesser Date: Sun, 25 Jan 2026 17:30:14 +0100 Subject: [PATCH] Start snapclient service after configuring soundcard options --- srv/http/bash/settings/features.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/srv/http/bash/settings/features.sh b/srv/http/bash/settings/features.sh index fcc9b112f..24224b566 100644 --- a/srv/http/bash/settings/features.sh +++ b/srv/http/bash/settings/features.sh @@ -329,6 +329,7 @@ snapclient ) pcm=$( aplay -l | grep -m1 "^card $card" | sed -E 's/^card .: | \[.*//g' ) echo 'SNAPCLIENT_OPTS="--soundcard='$pcm'"' > /etc/default/snapclient systemctl -q is-active snapserver && mv $dirsystem/snapclient{,server} + $dirbash/snapclient.sh start else $dirbash/snapclient.sh stop rm -f $dirsystem/snapclient*