addon-tasmoadmin/tasmoadmin/rootfs/etc/services.d/nginx/run
2022-06-09 23:01:10 +02:00

9 lines
400 B
Text
Executable file

#!/command/with-contenv bashio
# ==============================================================================
# Home Assistant Community Add-on: TasmoAdmin
# Runs the Nginx daemon
# ==============================================================================
# Wait for PHP-FPM to become available
bashio::net.wait_for 9001
bashio::log.info "Starting NGINX server..."
exec nginx -g "daemon off;"