mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-19 09:15:30 +03:00
15 lines
292 B
Bash
15 lines
292 B
Bash
#!/sbin/openrc-run
|
|
|
|
description="PulseAudio compatibility layer for PipeWire"
|
|
|
|
command="/usr/bin/pipewire-pulse"
|
|
|
|
supervisor=supervise-daemon
|
|
error_logger="logger -t '${RC_SVCNAME}' -p daemon.error"
|
|
|
|
export PIPEWIRE_PULSE_NOTIFICATION_FD=3
|
|
ready=fd:3
|
|
|
|
depend() {
|
|
need pipewire wireplumber
|
|
}
|