pipewire: fix pipewire-pulse runit service
Append "/pulse" to PULSE_RUNTIME_PATH, since pulse-server doesn't do it
anymore, see:
4821c7ca2f
This commit is contained in:
parent
de63a0751d
commit
4e8a9ab11d
2 changed files with 2 additions and 2 deletions
|
@ -3,5 +3,5 @@
|
|||
# for further information, please refer to the handbook
|
||||
! [ -d /run/pulse ] && install -m 755 -g _pipewire -o _pipewire -d /run/pulse
|
||||
umask 002
|
||||
export PULSE_RUNTIME_PATH=/run
|
||||
export PULSE_RUNTIME_PATH=/run/pulse
|
||||
exec chpst -u _pipewire:_pipewire pipewire-pulse
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'pipewire'
|
||||
pkgname=pipewire
|
||||
version=0.3.54
|
||||
revision=1
|
||||
revision=2
|
||||
_pms_version=0.4.1
|
||||
build_style=meson
|
||||
configure_args="
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue