mirror of
				https://github.com/checktheroads/hyperglass
				synced 2024-05-11 05:55:08 +00:00 
			
		
		
		
	Flask → Sanic, Requests → HTTP3, Add SSHTunnel for SSH Proxying, Remove Gunicorn dependency
		
			
				
	
	
		
			14 lines
		
	
	
		
			253 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			253 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
[Unit]
 | 
						|
Description=hyperglass
 | 
						|
After=network.target
 | 
						|
Requires=redis-server.service
 | 
						|
 | 
						|
[Service]
 | 
						|
User=www-data
 | 
						|
Group=www-data
 | 
						|
WorkingDirectory=/opt/hyperglass
 | 
						|
ExecStart=/usr/local/bin/python3 -m sanic hyperglass.web.app
 | 
						|
 | 
						|
[Install]
 | 
						|
WantedBy=multi-user.target
 |