13 lines
		
	
	
	
		
			256 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
	
		
			256 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
| [Unit]
 | |
| Description=Varken - A data collection and graphing tool
 | |
| After=network-online.target
 | |
| 
 | |
| [Service]
 | |
| Type=simple
 | |
| User=root
 | |
| WorkingDirectory=/opt/Varken
 | |
| ExecStart=/usr/bin/python3 /opt/Varken/varken.py
 | |
| Restart=always
 | |
| 
 | |
| [Install]
 | |
| WantedBy=multi-user.target
 |