From 8e1a05362aab12c78bef1c57e9b9fd365b8b507b Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Wed, 19 Nov 2025 15:54:48 +0100 Subject: [PATCH] Update run --- qbittorrent/rootfs/etc/services.d/nginx/run | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qbittorrent/rootfs/etc/services.d/nginx/run b/qbittorrent/rootfs/etc/services.d/nginx/run index 6a835edc2..2a36219f6 100644 --- a/qbittorrent/rootfs/etc/services.d/nginx/run +++ b/qbittorrent/rootfs/etc/services.d/nginx/run @@ -93,7 +93,7 @@ wait_for_vpn_ip() { start_nginx_background() { bashio::log.info "Starting nginx..." - nginx -g 'daemon off;' & + nginx & echo $! } @@ -135,7 +135,7 @@ fi if [[ "${vpn_enabled}" != true ]]; then # No VPN: just boot nginx, no IP leak monitoring bashio::log.info "No VPN enabled (OpenVPN/WireGuard). Starting nginx without IP monitoring." - exec nginx -g 'daemon off;' + exec nginx fi # Read the baseline "real" IP from /currentip