mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-12 17:16:44 +02:00
11 lines
369 B
Diff
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"
|