gentoo-ebuilds/sys-power/tlp/files/tlp-pd.init
Sven Willett 14486dcd3d
sys-power/tlp: add 1.9.0
Closes: https://bugs.gentoo.org/967063
Signed-off-by: Sven Willett <sven.willett@gmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/45022
Closes: https://github.com/gentoo/gentoo/pull/45022
Signed-off-by: Jay Faulkner <jay@jvf.cc>
Signed-off-by: Jay Faulkner <jayf@gentoo.org>
2025-12-16 10:50:41 -08:00

9 lines
145 B
Text

#!/sbin/openrc-run
command=/usr/sbin/tlp-pd
name="TLP Profile Daemon"
command_background=true
pidfile="/run/tlp-pd.pid"
depend() {
need udev
}