11 lines
		
	
	
		
			236 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			236 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
[Unit]
 | 
						|
Description=Weather collection service
 | 
						|
 | 
						|
[Service]
 | 
						|
Type=simple
 | 
						|
WorkingDirectory=/home/citrullux/ModernOSLabs/src
 | 
						|
ExecStart=/usr/bin/python3 /home/citrullux/ModernOSLabs/src/main.py
 | 
						|
Restart=always
 | 
						|
 | 
						|
[Install]
 | 
						|
WantedBy=default.target |