mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-12-20 18:34:35 +00:00
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>
9 lines
145 B
Text
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
|
|
}
|