aports/testing/throttled/no-venv-openrc.patch
amolinae06 82c8e4cf0e testing/throttled: new aport
https://github.com/erpalma/throttled
Workaround for Intel throttling issues in Linux.
2024-10-14 10:53:53 +00:00

11 lines
369 B
Diff

/openrc/throttled b/openrc/throttled
index d440151..1ae9584 100644
--- a/openrc/throttled
+++ b/openrc/throttled
@@ -1,5 +1,5 @@
#!/sbin/openrc-run
-command="/opt/throttled/venv/bin/python3 /opt/throttled/throttled.py"
+command="/usr/lib/throttled/throttled.py"
pidfile=${pidfile-/var/run/throttled.pid}
description="Stop Intel throttling"
command_background="yes"