addon-grocy/grocy/rootfs/etc/services.d/nginx/run
2019-04-18 23:37:01 +02:00

12 lines
369 B
Text
Executable file

#!/usr/bin/with-contenv bashio
# ==============================================================================
# Community Hass.io Add-ons: Grocy
# Runs the Nginx daemon
# ==============================================================================
# Wait for PHP-FPM to become available
bashio::net.wait_for 9001
bashio::log.info "Starting NGinx...."
exec nginx