Files
hassio-addons/spotweb/rootfs/etc/services.d/nginx/run
Alexandre 3db34e34f2 lint
2022-02-18 13:06:51 +01:00

13 lines
419 B
Plaintext

#!/usr/bin/with-contenv bashio
# shellcheck shell=bash
# ==============================================================================
# Home Assistant Community Add-on: spotweb
# Runs the Nginx daemon
# ==============================================================================
# Wait for PHP-FPM to become available
bashio::net.wait_for 9000
bashio::log.info "Starting NGinx..."
nginx -c /etc/nginx/nginx.conf