From 5a91d2dc32f8b9a365c0737d0894b2f66d8a14a8 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 6 Apr 2021 22:29:33 +0200 Subject: [PATCH] Update run --- qbittorrent/rootfs/etc/services.d/qbittorrent/run | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/qbittorrent/rootfs/etc/services.d/qbittorrent/run b/qbittorrent/rootfs/etc/services.d/qbittorrent/run index 7043491f7..7edd0357d 100644 --- a/qbittorrent/rootfs/etc/services.d/qbittorrent/run +++ b/qbittorrent/rootfs/etc/services.d/qbittorrent/run @@ -10,5 +10,7 @@ fi if bashio::config.true 'openvpn_enabled'; then exec /usr/sbin/openvpn --config /etc/openvpn/config.ovpn --script-security 2 --up /etc/openvpn/up.sh --down /etc/openvpn/down.sh else - exec /usr/bin/transmission-daemon --foreground --config-dir /data/transmission + exec s6-setuidgid abc /usr/bin/qbittorrent-nox --webui-port="${WEBUI_PORT}" + + fi