home-assistant-addon/esphome-dev/rootfs/etc/services.d/nginx/run

9 lines
319 B
Plaintext
Raw Normal View History

2019-03-17 20:07:36 +01:00
#!/usr/bin/with-contenv bashio
2019-02-13 22:05:11 +01:00
# ==============================================================================
# Community Hass.io Add-ons: ESPHome
# Runs the NGINX proxy
# ==============================================================================
2019-03-17 20:07:36 +01:00
bashio::log.info "Starting NGINX..."
2019-02-13 22:05:11 +01:00
exec nginx -g "daemon off;"