From 8e565b881c5c315407a6765f9d458b26d5651528 Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Wed, 7 Jan 2015 15:09:15 +0000 Subject: [PATCH] mpd: bind to localhost and unix socket --- mpd/mpd.conf | 2 ++ 1 file changed, 2 insertions(+) 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" -- 2.48.1