diff --git a/rcscripts/systemd/thinkfan.service.cmake b/rcscripts/systemd/thinkfan.service.cmake index 5ebd530..0e0c522 100644 --- a/rcscripts/systemd/thinkfan.service.cmake +++ b/rcscripts/systemd/thinkfan.service.cmake @@ -8,6 +8,8 @@ Type=forking ExecStart=@CMAKE_INSTALL_PREFIX@/sbin/thinkfan $THINKFAN_ARGS PIDFile=/run/thinkfan.pid ExecReload=/bin/kill -HUP $MAINPID +CPUSchedulingPolicy=fifo +CPUSchedulingPriority=20 [Install] WantedBy=multi-user.target