Created
March 22, 2020 15:06
-
-
Save azrdev/881080bbef4ed60557edce5b2f6df9d5 to your computer and use it in GitHub Desktop.
Revisions
-
azrdev created this gist
Mar 22, 2020 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,3 @@ # /etc/pulse/client.conf default-server = unix:/tmp/pulse-socket 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,4 @@ # /etc/pulse/default.pa load-module module-native-protocol-unix auth-anonymous=1 socket=/tmp/pulse-socket load-module module-native-protocol-tcp auth-ip-acl=127.0.0.1;10.0.0.0/8 load-module module-zeroconf-publish 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,12 @@ # /etc/systemd/system/pulseaudio.service [Unit] Description=Pulseaudio Daemon [Service] User=pulse #PrivateTmp=true ExecStart=/usr/bin/dbus-run-session -- /usr/bin/pulseaudio --disallow-exit [Install] WantedBy=multi-user.target