Files
addon-grafana-haos/grafana/rootfs/etc/s6-overlay/s6-rc.d/nginx/run
2026-02-19 21:26:09 +01:00

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