mirror of
https://github.com/hassio-addons/addon-home-panel.git
synced 2025-05-04 19:01:21 +00:00
9 lines
381 B
Text
9 lines
381 B
Text
#!/usr/bin/execlineb -S0
|
|
# ==============================================================================
|
|
# Community Hass.io Add-ons: Home Panel
|
|
# Take down the S6 supervision tree when Home Panel fails
|
|
# ==============================================================================
|
|
if -n { s6-test $# -ne 0 }
|
|
if -n { s6-test ${1} -eq 256 }
|
|
|
|
s6-svscanctl -t /var/run/s6/services
|