Files
hassio-addons/scrutiny_original/rootfs/etc/services.d/nginx/run
2026-06-13 21:43:57 +02:00

12 lines
278 B
Plaintext
Executable File

#!/usr/bin/with-contenv bashio
# shellcheck shell=bash
set -e
# ==============================================================================
# Wait for transmission to become available
bashio::net.wait_for 8080 localhost 900
bashio::log.info "Starting NGinx..."
exec nginx