From f542a7f2c50c81111585a0cec0fd80f564dc3685 Mon Sep 17 00:00:00 2001 From: Wang Zhiyu Date: Sun, 5 Jul 2026 15:08:23 +0000 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20tlp-pd?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tlp-pd | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 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