8 lines
217 B
Plaintext
8 lines
217 B
Plaintext
|
#!/sbin/openrc-run
|
||
|
|
||
|
description="Workaround for Intel throttling issues on Thinkpads in Linux"
|
||
|
|
||
|
command="/usr/lib/lenovo-throttling-fix/lenovo_fix.py"
|
||
|
pidfile="/run/lenovo-throttling-fix.pid"
|
||
|
command_background="yes"
|