addon-home-panel/home-panel/rootfs/etc/services.d/nginx/run
2018-08-18 14:53:23 +01:00

11 lines
393 B
Text

#!/usr/bin/with-contenv bash
# ==============================================================================
# Community Hass.io Add-ons: Home Panel
# Starts server to serve the webapp
# ==============================================================================
# shellcheck disable=SC1091
source /usr/lib/hassio-addons/base.sh
hass.log.info "Run nginx server.."
nginx -g "daemon off;"