]> git.rmz.io Git - dotfiles.git/commitdiff
mpd: bind to localhost and unix socket
authorSamir Benmendil <samir.benmendil@gmail.com>
Wed, 7 Jan 2015 15:09:15 +0000 (15:09 +0000)
committerSamir Benmendil <samir.benmendil@gmail.com>
Wed, 7 Jan 2015 15:09:15 +0000 (15:09 +0000)
mpd/mpd.conf

index 38f2a3d5095399457ff9a8674eb72c1efc78bde4..fa0126b18e50af6976d784ef220204e0c74e1b43 100644 (file)
@@ -1,6 +1,8 @@
 # An example configuration file for MPD can be found at:
 # /usr/share/doc/mpd/
 
+bind_to_address     "localhost"
+bind_to_address     "/var/run/user/1000/mpd.socket"
 music_directory     "~/music"
 playlist_directory  "~/.local/share/mpd/playlists"
 db_file             "~/.local/share/mpd/database"