blob: bfe18afa9980922f074c6cba346cdbf07b51e6d4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
#!/bin/execlineb -P
envfile /etc/s6-rc/config/user.conf
importas -iu USER USER
s6-setuidgid ${USER}
s6-envdir -i /run/session-env
exec /usr/bin/pipewire -c pipewire-pulse.conf
|