From 3913d0d61f1a353b38f098e8604e7cc8b74d4db9 Mon Sep 17 00:00:00 2001 From: MichaIng Date: Wed, 11 Dec 2024 21:57:37 +0100 Subject: [PATCH] v9.9 - CI | DietPi-Software test: Update service name for LMS --- .github/workflows/dietpi-software.bash | 2 +- .update/patches | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/dietpi-software.bash b/.github/workflows/dietpi-software.bash index 0c3383578a..204f3e118e 100644 --- a/.github/workflows/dietpi-software.bash +++ b/.github/workflows/dietpi-software.bash @@ -105,7 +105,7 @@ Process_Software() 30) aSERVICES[i]='nxserver' aTCP[i]='4000';; 32) aSERVICES[i]='ympd' aTCP[i]='1337';; 33) (( $arch == 10 )) && aSERVICES[i]='airsonic' aTCP[i]='8080' aDELAY[i]=30;; # Fails in QEMU-emulated containers, probably due to missing device access - 35) aSERVICES[i]='logitechmediaserver' aTCP[i]='9000'; (( $arch < 10 )) && aDELAY[i]=60;; + 35) aSERVICES[i]='lyrionmusicserver' aTCP[i]='9000'; (( $arch < 10 )) && aDELAY[i]=60;; 36) aCOMMANDS[i]='squeezelite -t';; # Service listens on random high UDP port and exits if no audio device has been found, which does not exist on GitHub Actions runners, respectively within the containers 37) aSERVICES[i]='shairport-sync' aTCP[i]='5000';; # AirPlay 2 would be TCP port 7000 39) aSERVICES[i]='minidlna' aTCP[i]='8200';; diff --git a/.update/patches b/.update/patches index 6281bd5de3..bb164da1a4 100755 --- a/.update/patches +++ b/.update/patches @@ -2061,7 +2061,6 @@ Patch_9_9() G_EXEC systemctl --no-reload disable --now logitechmediaserver G_EXEC eval 'echo 35 >> /var/tmp/dietpi/dietpi-update_reinstalls' fi - fi }