12 lines
		
	
	
		
			170 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			170 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
[Unit]
 | 
						|
Description=Hochbeet service
 | 
						|
After=multi-user.target
 | 
						|
 | 
						|
[Service]
 | 
						|
Type=idle
 | 
						|
ExecStart=gunicorn --bind 0.0.0.0:80 hochbeet:app
 | 
						|
 | 
						|
[Install]
 | 
						|
WantedBy=multi-user.target
 | 
						|
 |