11 lines
354 B
Plaintext
11 lines
354 B
Plaintext
#!/usr/bin/with-contenv bashio
|
|
# ==============================================================================
|
|
# Add-on: aiortc
|
|
# Runs the Nginx daemon
|
|
# ==============================================================================
|
|
|
|
# Wait for aiortc web server to be available
|
|
bashio::net.wait_for 8080
|
|
|
|
bashio::log.info "Starting NGinx..."
|
|
exec nginx |