fand/fand.service
Martin Sekera b1eb93e575 fix systemd service wrong path
fix minor mistakes in log output
2020-04-13 21:59:46 +02:00

10 lines
168 B
Desktop File

[Unit]
Description=Fand fan controller
[Service]
ExecStart=/usr/bin/python3 /usr/share/fand/fand.py
Restart=always
RestartSec=25
[Install]
WantedBy=multi-user.target