Files
hassio-addons/spotweb/rootfs/etc/services.d/nginx/run
2022-01-22 19:13:57 +01:00

12 lines
395 B
Plaintext

#!/usr/bin/with-contenv bashio
# ==============================================================================
# Home Assistant Community Add-on: spotweb
# Runs the Nginx daemon
# ==============================================================================
# Wait for PHP-FPM to become available
bashio::net.wait_for 9000
bashio::log.info "Starting NGinx..."
nginx -c /etc/nginx/nginx.conf