addon-mopidy/mopidy/rootfs/etc/services.d/nginx/run
2022-06-10 19:55:00 +02:00

12 lines
408 B
Text
Executable file

#!/command/with-contenv bashio
# ==============================================================================
# Home Assistant Community Add-on: Mopidy
# Runs the NGINX daemon
# ==============================================================================
declare -a options
# Wait for Mopidy to become available
bashio::net.wait_for 4478
bashio::log.info "Starting NGINX..."
exec nginx "${options[@]}"