Files
qbittorrent/root/etc/s6-overlay/s6-rc.d/svc-qbittorrent/run
2022-10-10 22:14:57 +01:00

8 lines
224 B
Plaintext
Executable File

#!/usr/bin/with-contenv 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}"