mirror of
https://github.com/hassio-addons/addon-vscode.git
synced 2025-05-03 02:31:34 +00:00
9 lines
396 B
Text
9 lines
396 B
Text
#!/usr/bin/execlineb -S0
|
|
# ==============================================================================
|
|
# Home Assistant Community Add-on: Studio Code Server
|
|
# Take down the S6 supervision tree when the code server fails
|
|
# ==============================================================================
|
|
if { s6-test ${1} -ne 0 }
|
|
if { s6-test ${1} -ne 256 }
|
|
|
|
s6-svscanctl -t /var/run/s6/services
|