aports/testing/tuned/tuned-ppd.initd
Aaron Fischer 5ca2fcbb35 testing/tuned: new aport
Signed-off-by: Aaron Fischer <aaron.fischer@g-portal.cloud>
2025-01-22 08:42:31 +00:00

12 lines
203 B
Bash

#!/sbin/openrc-run
description="power-profiles-daemon compatibility for tuned"
supervisor=supervise-daemon
command=/usr/sbin/tuned-ppd
command_args_foreground="-l"
depend() {
need dbus
need tuned
}