From: Samir Benmendil Date: Wed, 7 Jan 2015 15:09:15 +0000 (+0000) Subject: mpd: bind to localhost and unix socket X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/8e565b881c5c315407a6765f9d458b26d5651528?ds=inline mpd: bind to localhost and unix socket --- diff --git a/mpd/mpd.conf b/mpd/mpd.conf index 38f2a3d..fa0126b 100644 --- a/mpd/mpd.conf +++ b/mpd/mpd.conf @@ -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"