Last active
May 25, 2020 18:08
-
-
Save dlech/7e9d28bccac9632cbc50 to your computer and use it in GitHub Desktop.
BlueZ 5 and PulseAudio on Debian jessie
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<busconfig> | |
<policy user="pulse"> | |
<allow send_destination="org.bluez"/> | |
</policy> | |
</busconfig> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Unit] | |
Description=Pulse Audio | |
[Service] | |
Type=simple | |
ExecStart=/usr/bin/pulseaudio --system --disallow-exit --disable-shm | |
[Install] | |
WantedBy=multi-user.target |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
thanks found this via ev3dev/ev3dev#198 (comment)