sys-power/throttled: add ebuild

Package-Manager: Portage-3.0.17, Repoman-3.0.2
This commit is contained in:
Anton Schubert 2021-04-12 18:18:54 +02:00
parent ca5cf4b6f1
commit c4bb20ea7b
No known key found for this signature in database
GPG key ID: B8DDB0A46D2D8626
4 changed files with 76 additions and 0 deletions

View 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
}