10 lines
		
	
	
		
			193 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			193 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
    [Unit]
 | 
						|
    Description=Greenhouse service
 | 
						|
    After=multi-user.target
 | 
						|
 | 
						|
    [Service]
 | 
						|
    Type=idle
 | 
						|
    ExecStart=/usr/bin/python3 -m greenhouse
 | 
						|
 | 
						|
    [Install]
 | 
						|
    WantedBy=multi-user.target |