diff --git a/mbpfan.service b/mbpfan.service index a649f08..f2983ea 100644 --- a/mbpfan.service +++ b/mbpfan.service @@ -5,9 +5,9 @@ After=sysinit.target [Service] Type=simple -ExecStart=/usr/bin/mbpfan -fv +ExecStart=/usr/sbin/mbpfan -fv ExecReload=/usr/bin/kill -HUP $MAINPID -PIDFile=/run/mbpfan.pid +PIDFile=/var/run/mbpfan.pid Restart=always [Install]