mirror of
https://github.com/hassio-addons/addon-phlex.git
synced 2025-05-04 11:11:28 +00:00
11 lines
386 B
Text
11 lines
386 B
Text
#!/usr/bin/with-contenv bashio
|
|
# ==============================================================================
|
|
# Community Hass.io Add-ons: FlexTV
|
|
# Runs the NGINX daemon
|
|
# ==============================================================================
|
|
|
|
# Wait for PHP-FPM to become available
|
|
bashio::net.wait_for 17276
|
|
|
|
bashio::log.info "Starting NGinx..."
|
|
exec nginx -g "daemon off;"
|