Skip to content

Commit

Permalink
Extend timeout on shutdown (#537)
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck authored Jul 10, 2023
1 parent 92e2c69 commit ece34fb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions zwave-js-ui/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ FROM ${BUILD_FROM}
# Set shell
SHELL ["/bin/bash", "-o", "pipefail", "-c"]

# Environment configuration
ENV \
S6_KILL_GRACETIME=30000 \
S6_SERVICES_GRACETIME=30000

# Setup base
ARG ZWAVE_JS_UI_VERSION="v8.19.0"
# hadolint ignore=DL3003,SC2046
Expand Down
1 change: 1 addition & 0 deletions zwave-js-ui/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ panel_title: Z-Wave JS
panel_icon: mdi:z-wave
startup: system
init: false
timeout: 30
arch:
- aarch64
- amd64
Expand Down

0 comments on commit ece34fb

Please sign in to comment.