14 lines
239 B
SYSTEMD
14 lines
239 B
SYSTEMD
|
[Unit]
|
||
|
Description=Python Exporter for InfluxDB
|
||
|
|
||
|
[Service]
|
||
|
Type=simple
|
||
|
ExecStart=/usr/bin/python3 /opt/pyHS100/influxdbexporter.py
|
||
|
WorkingDirectory=/opt/pyHS100/
|
||
|
Restart=always
|
||
|
RestartSec=2
|
||
|
User=exporter
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=sysinit.target
|