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