Skip to content

Commit

Permalink
v9.4
Browse files Browse the repository at this point in the history
- CI | DietPi-Software test: Add more service startup time for HTPC Manager on ARMv8 Trixie systems, needed for whatever reason
  • Loading branch information
MichaIng committed Apr 24, 2024
1 parent 6bfafb7 commit 921bdb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dietpi-software.bash
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ Process_Software()
152) aSERVICES[i]='avahi-daemon' aUDP[i]='5353';;
153) aSERVICES[i]='octoprint' aTCP[i]='5001'; (( $arch == 10 )) || aDELAY[i]=60;;
154) aSERVICES[i]='roonserver';; # Listens on a variety of different port ranges
155) aSERVICES[i]='htpc-manager' aTCP[i]='8085'; (( $arch == 10 )) || aDELAY[i]=30;;
155) aSERVICES[i]='htpc-manager' aTCP[i]='8085'; (( $arch == 10 )) || aDELAY[i]=30; [[ $arch == 3 && $DISTRO == 'trixie' ]] && aDELAY[i]=60;;
157) aSERVICES[i]='home-assistant' aTCP[i]='8123'; (( $arch == 10 )) && aDELAY[i]=60 || aDELAY[i]=900;;
158) aSERVICES[i]='minio' aTCP[i]='9001 9004';;
161) aSERVICES[i]='bdd' aTCP[i]='80 443';;
Expand Down

0 comments on commit 921bdb1

Please sign in to comment.