From fe99608da6f64043466b5dbc30572cc0f00f09f1 Mon Sep 17 00:00:00 2001 From: Giovanni Harting <539@idlegandalf.com> Date: Fri, 4 Oct 2019 10:21:27 +0200 Subject: [PATCH] Switched sbin to bin --- pyfan.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyfan.service b/pyfan.service index a41efe0..761a381 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/bin/pyfan.py [Install] WantedBy=multi-user.target