addon-phlex/phlex/rootfs/etc/services.d/nginx/run
2019-04-21 09:04:01 +02:00

11 lines
381 B
Text

#!/usr/bin/with-contenv bashio
# ==============================================================================
# Community Hass.io Add-ons: Phlex
# Runs the NGINX daemon
# ==============================================================================
# Wait for PHP-FPM to become available
bashio::wait_for 17276
bashio::log.info "Starting Phlex..."
exec nginx -g "daemon off;"