mirror of
				https://github.com/samuelclay/NewsBlur.git
				synced 2025-11-01 09:09:51 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
	
		
			276 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
	
		
			276 B
		
	
	
	
		
			Text
		
	
	
	
	
	
[program:gunicorn]
 | 
						|
command=/srv/newsblur/venv/newsblur/bin/gunicorn -c config/gunicorn_conf.py newsblur.wsgi
 | 
						|
directory=/srv/newsblur
 | 
						|
user=sclay
 | 
						|
autostart=true
 | 
						|
autorestart=true
 | 
						|
# redirect_stderr=True
 | 
						|
# stdout_logfile=/srv/newsblur/logs/newsblur.log
 | 
						|
priority=991
 | 
						|
stopsignal=HUP
 |