addon-phlex/phlex/rootfs/etc/services.d/nginx/run
2019-03-24 13:58:20 +01:00

11 lines
408 B
Text

#!/usr/bin/with-contenv bashio
# ==============================================================================
# Community Hass.io Add-ons: Phlex
# Runs the NGINX daemon
# ==============================================================================
# Wait for PHP-FPM to become available
s6-svwait -u -t 5000 /var/run/s6/services/php-fpm
bashio::log.info "Starting Phlex..."
exec nginx -g "daemon off;"