install_service_systemd.sh: disable dotnet debugging. #14774 (#14785)

This commit is contained in:
cablehub 2023-10-20 17:00:00 +02:00 committed by GitHub
parent ebd6b6b061
commit 0d97446015
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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