mirror of
https://github.com/esphome/esphome.git
synced 2024-11-10 09:17:46 +01:00
10 lines
383 B
Text
10 lines
383 B
Text
|
#!/usr/bin/execlineb -S0
|
||
|
# ==============================================================================
|
||
|
# Community Hass.io Add-ons: esphomeyaml
|
||
|
# Take down the S6 supervision tree when esphomeyaml fails
|
||
|
# ==============================================================================
|
||
|
if -n { s6-test $# -ne 0 }
|
||
|
if -n { s6-test ${1} -eq 256 }
|
||
|
|
||
|
s6-svscanctl -t /var/run/s6/services
|