-
-
Save meoso/1b1bf5d847e3729a892650f35706e4e6 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
ev3dev/ev3dev#198 (comment)