sys-power/throttled: add ebuild
Package-Manager: Portage-3.0.17, Repoman-3.0.2
This commit is contained in:
parent
ca5cf4b6f1
commit
c4bb20ea7b
4 changed files with 76 additions and 0 deletions
14
sys-power/throttled/files/throttled
Normal file
14
sys-power/throttled/files/throttled
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
#!/sbin/openrc-run
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
pidfile="/var/run/throttled.pid"
|
||||
command="/usr/bin/throttled"
|
||||
description="Stop Intel throttling"
|
||||
start_stop_daemon_args="-b -m -p ${pidfile}"
|
||||
|
||||
depend() {
|
||||
need localmount
|
||||
use logger
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue