Files
hassio-addons/ubooquity/rootfs/etc/services.d/nginx/run
2021-11-29 15:22:33 +01:00

10 lines
247 B
Plaintext

#!/usr/bin/with-contenv bashio
# ==============================================================================
# Wait for transmission to become available
bashio::net.wait_for 2202 localhost 900
bashio::log.info "Starting NGinx..."
exec nginx