Files
2026-07-05 15:08:23 +00:00

9 lines
144 B
Plaintext

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