mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-11-03 19:17:13 -05:00 
			
		
		
		
	Update paperless-webserver.service
Update `gunicorn` command to use `--pythonpath`
This commit is contained in:
		
							parent
							
								
									597a7bb391
								
							
						
					
					
						commit
						63e2fbe0c9
					
				@ -4,7 +4,7 @@ Description=Paperless webserver
 | 
				
			|||||||
[Service]
 | 
					[Service]
 | 
				
			||||||
User=paperless
 | 
					User=paperless
 | 
				
			||||||
Group=paperless
 | 
					Group=paperless
 | 
				
			||||||
ExecStart=/home/paperless/project/virtualenv/bin/gunicorn /home/paperless/project/src/paperless.wsgi -w 2
 | 
					ExecStart=/home/paperless/project/virtualenv/bin/gunicorn --pythonpath=/home/paperless/project/src paperless.wsgi -w 2
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[Install]
 | 
					[Install]
 | 
				
			||||||
WantedBy=multi-user.target
 | 
					WantedBy=multi-user.target
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user