Disable "running as root" warning in Jackett WebUI/Logs (#3043)

Upstream checks if running under root and displays alert in both startup logs and WebUI. This environment variable disables that behavior.
This commit is contained in:
Marco Cunha 2024-05-23 12:54:34 +01:00 committed by GitHub
parent d468fc6c1f
commit 6b33fdd9f5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -39,6 +39,7 @@ Type=simple
WorkingDirectory=/opt/Jackett
ExecStart=/bin/sh /opt/Jackett/jackett_launcher.sh
TimeoutStopSec=30
Environment="DisableRootWarning=true"
[Install]
WantedBy=multi-user.target
EOF