home-assistant-addon/esphome-dev/rootfs/etc/services.d/nginx/run
2019-03-17 20:07:36 +01:00

9 lines
319 B
Plaintext
Executable File

#!/usr/bin/with-contenv bashio
# ==============================================================================
# Community Hass.io Add-ons: ESPHome
# Runs the NGINX proxy
# ==============================================================================
bashio::log.info "Starting NGINX..."
exec nginx -g "daemon off;"