addon-home-panel/home-panel/rootfs/etc/services.d/nginx/run
2019-10-14 19:02:56 +01:00

11 lines
375 B
Text

#!/usr/bin/with-contenv bashio
# ==============================================================================
# Community Hass.io Add-ons: 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