diff options
Diffstat (limited to 'doc/mpdconf.example')
-rw-r--r-- | doc/mpdconf.example | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/mpdconf.example b/doc/mpdconf.example index 808c035a7..83109383e 100644 --- a/doc/mpdconf.example +++ b/doc/mpdconf.example @@ -42,6 +42,10 @@ error_file "~/.mpd/mpd.error" #bind_to_address "any" #port "6600" # +# Bind to a Unix domain socket: +# +#bind_to_address "/var/run/mpd/socket" +# # Controls the amount of information that is logged. Can be # "default", "secure", or "verbose". # |