addon-thelounge/thelounge/rootfs/etc/services.d/nginx/run
2019-05-11 02:11:33 +01:00

12 lines
376 B
Text

#!/usr/bin/with-contenv bashio
# ==============================================================================
# Community Hass.io Add-ons: The Lounge
# Runs the Nginx daemon
# ==============================================================================
# Wait for thelounge to become available
bashio::net.wait_for 15100
bashio::log.info "Starting NGinx..."
exec nginx