Disable S6 timeout

This commit is contained in:
Alexandre
2022-07-20 16:26:14 +02:00
committed by GitHub
parent c120492fed
commit e615038ab1
64 changed files with 128 additions and 128 deletions

View File

@@ -24,8 +24,8 @@ FROM ${BUILD_FROM}alpine-kde
# Set S6 wait time
ENV S6_CMD_WAIT_FOR_SERVICES=1 \
S6_CMD_WAIT_FOR_SERVICES_MAXTIME=300000 \
S6_SERVICES_GRACETIME=300000
S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0 \
S6_SERVICES_GRACETIME=0
# Allow UID and GID setting
RUN sed -i 's/bash/bashio/g' /etc/cont-init.d/10-adduser \