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.
pull/3044/head
Marco Cunha 6 months ago committed by GitHub
parent d468fc6c1f
commit 6b33fdd9f5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

Loading…
Cancel
Save

Powered by BW's shoe-string budget.