addon-home-panel/home-panel/rootfs/etc/services.d/nginx/run
2022-06-10 13:40:57 +02:00

10 lines
380 B
Text
Executable file

#!/command/with-contenv bashio
# ==============================================================================
# Home Assistant Community Add-on: Home Panel
# Runs the NGINX daemon
# ==============================================================================
# Wait for Home Panel to become available
bashio::net.wait_for 8234
bashio::log.info "Starting NGINX..."
exec nginx