mirror of
				https://github.com/community-scripts/ProxmoxVE.git
				synced 2025-11-04 10:22:50 +00:00 
			
		
		
		
	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:
		@@ -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
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user