fix systemd service wrong path

fix minor mistakes in log output
This commit is contained in:
Martin Sekera 2020-04-13 21:59:43 +02:00
parent d4a6f5924e
commit b1eb93e575
2 changed files with 3 additions and 3 deletions

View file

@ -2,7 +2,7 @@
Description=Fand fan controller
[Service]
ExecStart=/usr/bin/python3 /usr/lib/fand/fand.py
ExecStart=/usr/bin/python3 /usr/share/fand/fand.py
Restart=always
RestartSec=25