15 lines
		
	
	
		
			332 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			332 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
| [Unit]
 | |
| Description=TTN Exporter for VEGAPULS Air
 | |
| After=syslog.target
 | |
| After=network.target
 | |
| 
 | |
| [Service]
 | |
| RestartSec=2s
 | |
| Type=oneshot
 | |
| User=prometheus
 | |
| Group=prometheus
 | |
| WorkingDirectory=/opt/ttn-vegapulsair-exporter/
 | |
| ExecStart=/usr/bin/python3 /opt/ttn-vegapulsair-exporter/ttn-vegapulsair-exporter.py
 | |
| 
 | |
| [Install]
 | |
| WantedBy=multi-user.target  |