Skip to content

Commit

Permalink
Fix intermittent unable to s6_svstatus_read error
Browse files Browse the repository at this point in the history
Fixes #79976
  • Loading branch information
felipecrs committed Nov 22, 2022
1 parent 5fe426a commit 90436eb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
ARG BUILD_FROM
FROM ${BUILD_FROM}

# Synchronize with homeassistant/core.py:async_stop
ENV \
S6_SERVICES_GRACETIME=220000
# Synchronize with homeassistant/core.py:async_stop \
S6_SERVICES_GRACETIME=220000 \
# Fix unable to s6_svstatus_read on startup \
S6_SERVICES_READYTIME=50

WORKDIR /usr/src

Expand Down

0 comments on commit 90436eb

Please sign in to comment.