14 lines
239 B
Desktop File
Executable File
14 lines
239 B
Desktop File
Executable File
[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
|