Files
hassio-addons/jackett/rootfs/etc/services.d/nginx/run
2026-01-19 17:11:43 +01:00

11 lines
272 B
Plaintext
Executable File

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