Skip to content

Commit

Permalink
v9.9
Browse files Browse the repository at this point in the history
- CI | DietPi-Software test: Update service name for LMS
  • Loading branch information
MichaIng committed Dec 11, 2024
1 parent dfdbbd2 commit 3913d0d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dietpi-software.bash
Original file line number Diff line number Diff line change
Expand Up @@ -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';;
Expand Down
1 change: 0 additions & 1 deletion .update/patches
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down

0 comments on commit 3913d0d

Please sign in to comment.