This repository has been archived on 2025-01-25. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
hasio-addons/mopidy-addon/rootfs/etc/services.d/nginx/run
2022-03-16 12:35:10 +01:00

13 lines
408 B
Plaintext

#!/usr/bin/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[@]}"