From dd9084ef0d761217409913909359801177868969 Mon Sep 17 00:00:00 2001 From: Giovanni Harting <539@idlegandalf.com> Date: Fri, 4 Oct 2019 10:23:47 +0200 Subject: [PATCH] Switched back to sbin --- pyfan.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyfan.service b/pyfan.service index 761a381..a41efe0 100644 --- a/pyfan.service +++ b/pyfan.service @@ -5,7 +5,7 @@ After=lm_sensors.service [Service] Type=simple -ExecStart=/usr/bin/pyfan.py +ExecStart=/usr/sbin/pyfan.py [Install] WantedBy=multi-user.target