mirror of https://github.com/tteck/Proxmox.git
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:
parent
d468fc6c1f
commit
6b33fdd9f5
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue