Add service file

This commit is contained in:
Josh Deprez 2024-09-27 13:32:30 +10:00
parent a6f03eec66
commit 0ff59c54c8

9
ina219-exporter.service Normal file
View file

@ -0,0 +1,9 @@
[Unit]
Description=INA219 sensor Prometheus exporter
[Service]
ExecStart=/usr/local/bin/ina219-exporter
Restart=always
[Install]
WantedBy=multi-user.target