Skip to content

Instantly share code, notes, and snippets.

@meoso
Forked from dlech/pulseaudio-bluetooth.conf
Created April 16, 2018 14:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save meoso/1b1bf5d847e3729a892650f35706e4e6 to your computer and use it in GitHub Desktop.
Save meoso/1b1bf5d847e3729a892650f35706e4e6 to your computer and use it in GitHub Desktop.
BlueZ 5 and PulseAudio on Debian jessie
<busconfig>
<policy user="pulse">
<allow send_destination="org.bluez"/>
</policy>
</busconfig>
[Unit]
Description=Pulse Audio
[Service]
Type=simple
ExecStart=/usr/bin/pulseaudio --system --disallow-exit --disable-shm
[Install]
WantedBy=multi-user.target
@meoso
Copy link
Author

meoso commented Apr 16, 2018

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment