12 lines
264 B
Desktop File
12 lines
264 B
Desktop File
[Unit]
|
|
Description=Gather data from serial port and write them to InfluxDB
|
|
After=multiuser.target
|
|
|
|
[Service]
|
|
User=root
|
|
ExecStart=/usr/bin/python3 /root/freedavis/python/davis_etl.py
|
|
Restart=on-failure
|
|
RestartSec=60
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target |