diff --git a/qbittorrent/rootfs/etc/openvpn/up.sh b/qbittorrent/rootfs/etc/openvpn/up.sh index 59e90e4cf..b03f5ef3c 100644 --- a/qbittorrent/rootfs/etc/openvpn/up.sh +++ b/qbittorrent/rootfs/etc/openvpn/up.sh @@ -7,4 +7,9 @@ if [ -n "${UMASK_SET}" ] && [ -z "${UMASK}" ]; then umask ${UMASK_SET} fi +declare CONFIG +CONFIG=$( /data/qbittorrent/settings.json + exec /usr/bin/transmission-daemon --foreground --config-dir /data/transmission