copy from official addon
This commit is contained in:
12
grafana/rootfs/etc/s6-overlay/s6-rc.d/nginx/run
Executable file
12
grafana/rootfs/etc/s6-overlay/s6-rc.d/nginx/run
Executable file
@@ -0,0 +1,12 @@
|
||||
#!/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
|
||||
Reference in New Issue
Block a user