mirror of
				https://github.com/retspen/webvirtcloud
				synced 2025-07-31 12:41:08 +00:00 
			
		
		
		
	Cleaned some places
This commit is contained in:
		
							parent
							
								
									eda0a390fa
								
							
						
					
					
						commit
						868dda5494
					
				
					 7 changed files with 10 additions and 13 deletions
				
			
		|  | @ -1,3 +0,0 @@ | |||
| Django==1.8 | ||||
| websockify==0.6.0 | ||||
| gunicorn==19.3.0 | ||||
|  | @ -1,17 +1,15 @@ | |||
| [program:webvirtcloud] | ||||
| command=/usr/bin/python /var/www/webvirtcloud/manage.py run_gunicorn -c /var/www/webvirtcloud/conf/gunicorn.conf.py | ||||
| command=/usr/local/bin/gunicorn webvirtcloud.wsgi:application -c /var/www/webvirtcloud/gunicorn.conf.py | ||||
| directory=/var/www/webvirtcloud | ||||
| user=www-data | ||||
| autostart=true | ||||
| autorestart=true | ||||
| stdout_logfile=/var/log/supervisor/webvirtcloud.log | ||||
| redirect_stderr=true | ||||
| user=www-data | ||||
| 
 | ||||
| [program:consoled] | ||||
| command=/usr/bin/python /var/www/webvirtcloud/console/consoled | ||||
| [program:novncd] | ||||
| command=/usr/bin/python /var/www/webvirtcloud/console/novncd | ||||
| directory=/var/www/webvirtcloud | ||||
| user=www-data | ||||
| autostart=true | ||||
| autorestart=true | ||||
| stdout_logfile=/var/log/supervisor/consoled.log | ||||
| redirect_stderr=true | ||||
| user=www-data | ||||
| redirect_stderr=true | ||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue