inital commit

This commit is contained in:
2024-03-24 20:08:47 +01:00
parent 2e6347214a
commit ec29ab24f0
5 changed files with 230 additions and 1 deletions

View File

@ -0,0 +1,15 @@
[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