s6-overlay-suexec fix

This commit is contained in:
Devmel Apps
2022-08-16 16:53:09 +02:00
parent 9d062437b2
commit f3705d94a2
3 changed files with 8 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
build_from:
aarch64: ghcr.io/home-assistant/aarch64-base:3.15
amd64: ghcr.io/home-assistant/amd64-base:3.15
armhf: ghcr.io/home-assistant/armhf-base:3.15
armv7: ghcr.io/home-assistant/armv7-base:3.15
i386: ghcr.io/home-assistant/i386-base:3.15
+1
View File
@@ -10,6 +10,7 @@ arch:
- armv7 - armv7
- i386 - i386
startup: services startup: services
init: false
ports: ports:
33863/tcp: null 33863/tcp: null
ports_description: ports_description:
+1
View File
@@ -7,6 +7,7 @@ case "$arch" in \
amd64) arch='x86_64' ;; \ amd64) arch='x86_64' ;; \
i386) arch='x86' ;; \ i386) arch='x86' ;; \
esac; esac;
echo "AirSendWebService arch ${arch}"
cd /home cd /home
./bin/unix/${arch}/AirSendWebService 99399 ./bin/unix/${arch}/AirSendWebService 99399