11 lines
		
	
	
		
			169 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			169 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
[Unit]
 | 
						|
Description=home service
 | 
						|
After=multi-user.target
 | 
						|
 | 
						|
[Service]
 | 
						|
Type=idle
 | 
						|
ExecStart=gunicorn --bind 0.0.0.0:80 greenhouseui:app
 | 
						|
 | 
						|
[Install]
 | 
						|
WantedBy=multi-user.target
 |