添加 tlp-pd

This commit is contained in:
2026-07-05 15:08:23 +00:00
commit f542a7f2c5
+9
View File
@@ -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
}