9 lines
144 B
Plaintext
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
|
|
} |