diff --git a/fand.service b/fand.service new file mode 100644 index 0000000..e65761d --- /dev/null +++ b/fand.service @@ -0,0 +1,10 @@ +[Unit] +Description=Fand fan controller + +[Service] +ExecStart=/usr/bin/python3 /usr/lib/fand/fand.py +Restart=always +RestartSec=25 + +[Install] +WantedBy=multi-user.target