mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-24 03:35:38 +03:00
12 lines
203 B
Bash
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
|
|
}
|
|
|