addon-phlex/phlex/rootfs/etc/services.d/nginx/run
Franck Nijhof 5f74cd09c8
🔨 Re-branding
2020-02-15 14:07:15 +01:00

11 lines
392 B
Text

#!/usr/bin/with-contenv bashio
# ==============================================================================
# Home Assistant Community Add-on: 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;"