From f8b1d87a4e6aa7e2e0e90cef169d9967a34afd02 Mon Sep 17 00:00:00 2001 From: Giovanni Harting <539@idlegandalf.com> Date: Wed, 11 Sep 2019 15:21:14 +0200 Subject: [PATCH] adjusted .service file to better suite manual installations --- pyfan.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyfan.service b/pyfan.service index 616f1ac..f2aadc4 100644 --- a/pyfan.service +++ b/pyfan.service @@ -5,7 +5,7 @@ After=lm_sensors.service [Service] Type=simple -ExecStart=/usr/sbin/pyfan.py +ExecStart=/usr/local/sbin/pyfan.py [Install] WantedBy=multi-user.target