mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-26 22:43:25 +01:00
9 lines
292 B
Plaintext
9 lines
292 B
Plaintext
#!/usr/bin/with-contenv bashio
|
|
# ==============================================================================
|
|
# Runs the Nginx daemon
|
|
# ==============================================================================
|
|
bashio::net.wait_for 8096
|
|
bashio::log.info "Starting NGinx..."
|
|
|
|
exec nginx
|