Files
hassio-addons/sabnzbd/rootfs/etc/services.d/nginx/run
Alexandre 565ac2e5f5 update
2023-02-01 13:53:16 +01:00

11 lines
271 B
Plaintext

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