Merge pull request #99 from linuxserver/edge-timeout

Set s6 service max timeout to 0
This commit is contained in:
aptalca 2022-06-14 12:17:00 -04:00 committed by GitHub
commit bd048d2dab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 3 deletions

View file

@ -69,7 +69,8 @@ LABEL maintainer="TheLamer"
# environment variables # environment variables
ENV PS1="$(whoami)@$(hostname):$(pwd)\\$ " \ ENV PS1="$(whoami)@$(hostname):$(pwd)\\$ " \
HOME="/root" \ HOME="/root" \
TERM="xterm" TERM="xterm" \
S6_CMD_WAIT_FOR_SERVICES_MAXTIME="0"
RUN \ RUN \
echo "**** install runtime packages ****" && \ echo "**** install runtime packages ****" && \

View file

@ -69,7 +69,8 @@ LABEL maintainer="TheLamer"
# environment variables # environment variables
ENV PS1="$(whoami)@$(hostname):$(pwd)\\$ " \ ENV PS1="$(whoami)@$(hostname):$(pwd)\\$ " \
HOME="/root" \ HOME="/root" \
TERM="xterm" TERM="xterm" \
S6_CMD_WAIT_FOR_SERVICES_MAXTIME="0"
RUN \ RUN \
echo "**** install runtime packages ****" && \ echo "**** install runtime packages ****" && \

View file

@ -69,7 +69,8 @@ LABEL maintainer="TheLamer"
# environment variables # environment variables
ENV PS1="$(whoami)@$(hostname):$(pwd)\\$ " \ ENV PS1="$(whoami)@$(hostname):$(pwd)\\$ " \
HOME="/root" \ HOME="/root" \
TERM="xterm" TERM="xterm" \
S6_CMD_WAIT_FOR_SERVICES_MAXTIME="0"
RUN \ RUN \
echo "**** install runtime packages ****" && \ echo "**** install runtime packages ****" && \