mirror of
https://github.com/hassio-addons/addon-bookstack.git
synced 2025-05-06 20:21:27 +00:00
9 lines
396 B
Text
9 lines
396 B
Text
#!/usr/bin/execlineb -S0
|
|
# ==============================================================================
|
|
# Community Hass.io Add-ons: Nginx Proxy Manager
|
|
# Take down the S6 supervision tree when the MySQL server fails
|
|
# ==============================================================================
|
|
if -n { s6-test $# -ne 0 }
|
|
if -n { s6-test ${1} -eq 256 }
|
|
|
|
s6-svscanctl -t /var/run/s6/services
|