commit f542a7f2c50c81111585a0cec0fd80f564dc3685 Author: Wang Zhiyu Date: Sun Jul 5 15:08:23 2026 +0000 添加 tlp-pd diff --git a/tlp-pd b/tlp-pd new file mode 100644 index 0000000..6be7989 --- /dev/null +++ b/tlp-pd @@ -0,0 +1,9 @@ +#!/sbin/openrc-run +command=/usr/sbin/tlp-pd +name="TLP Profile Daemon" +command_background=true +pidfile="/run/tlp-pd.pid" + +depend() { + need udev +} \ No newline at end of file