addon-motioneye/motioneye/rootfs/etc/services.d/nginx/run
2018-10-05 23:58:22 +02:00

9 lines
349 B
Text

#!/usr/bin/with-contenv bash
# ==============================================================================
# Community Hass.io Add-ons: motionEye
# Runs the Nginx daemon
# ==============================================================================
# shellcheck disable=SC1091
source /usr/lib/hassio-addons/base.sh
exec nginx -g "daemon off;"