s6-overlay-suexec fix
This commit is contained in:
@@ -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
|
||||||
@@ -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:
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user