home-assistant-addon/esphome-dev/rootfs/etc/services.d/nginx/run
2019-02-13 22:05:11 +01:00

11 lines
380 B
Plaintext
Executable File

#!/usr/bin/with-contenv bash
# ==============================================================================
# Community Hass.io Add-ons: ESPHome
# Runs the NGINX proxy
# ==============================================================================
# shellcheck disable=SC1091
source /usr/lib/hassio-addons/base.sh
hass.log.info "Starting NGINX..."
exec nginx -g "daemon off;"