From 6b33fdd9f5c93e9eff2157b8895887a74f63fbd6 Mon Sep 17 00:00:00 2001 From: Marco Cunha Date: Thu, 23 May 2024 12:54:34 +0100 Subject: [PATCH] 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. --- install/jackett-install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install/jackett-install.sh b/install/jackett-install.sh index 36fcc7c0..6f3645aa 100644 --- a/install/jackett-install.sh +++ b/install/jackett-install.sh @@ -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