diff --git a/install_service_systemd.sh b/install_service_systemd.sh index 4f7d6f81c..0a6327001 100755 --- a/install_service_systemd.sh +++ b/install_service_systemd.sh @@ -73,6 +73,7 @@ Type=simple User=${JACKETT_USER} Group=${JACKETT_USER} WorkingDirectory=${JACKETT_DIR} +Environment="DOTNET_EnableDiagnostics=0" ExecStart=/bin/sh "${JACKETT_DIR}/jackett_launcher.sh" TimeoutStopSec=30