13 lines
376 B
Plaintext
Executable File
13 lines
376 B
Plaintext
Executable File
#!/command/with-contenv bashio
|
|
# ==============================================================================
|
|
# Home Assistant Community Add-on: grafana
|
|
# Runs the Nginx daemon
|
|
# ==============================================================================
|
|
|
|
# Wait for grafana to become available
|
|
bashio::net.wait_for 3000
|
|
|
|
bashio::log.info "Starting NGINX..."
|
|
|
|
exec nginx
|