Add service file
This commit is contained in:
parent
a6f03eec66
commit
0ff59c54c8
1 changed files with 9 additions and 0 deletions
9
ina219-exporter.service
Normal file
9
ina219-exporter.service
Normal 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
|
Loading…
Reference in a new issue