1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-19 09:15:30 +03:00
aports/community/pipewire/pipewire-pulse.initd

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
}