Files
hassio-addons/transmission/rootfs/etc/services.d/nginx/run
2025-07-17 11:52:35 +00:00

12 lines
278 B
Plaintext

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