Files
addons/deconz/rootfs/etc/services.d/nginx/run
2020-12-16 16:03:14 +01:00

11 lines
337 B
Plaintext

#!/usr/bin/with-contenv bashio
# ==============================================================================
# Start NGINX service
# ==============================================================================
# Wait for deCONZ to start before continuing
bashio::net.wait_for 40850
bashio::log.info "Starting Nginx..."
exec nginx