Files
qbittorrent/root/etc/s6-overlay/s6-rc.d/svc-qbittorrent/run
2023-01-15 14:21:18 +00:00

9 lines
248 B
Plaintext
Executable File

#!/usr/bin/with-contenv bash
# shellcheck shell=bash
WEBUI_PORT=${WEBUI_PORT:-8080}
exec \
s6-notifyoncheck -d -n 300 -w 1000 -c "nc -z localhost ${WEBUI_PORT}" \
s6-setuidgid abc /usr/bin/qbittorrent-nox --webui-port="${WEBUI_PORT}"