summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2019-02-25 13:01:42 +0100
committerMax Kellermann <max@musicpd.org>2019-02-25 13:08:33 +0100
commit44422b2b2f0a0bf29ffadfac0814b9bcd17db564 (patch)
tree119cbf3fecf2a3b313a8b04d3225bcc6ebb280ff /doc
parentf10afd38b5b94c7767e00701337d8f6aa5bf5222 (diff)
event/ServerSocket, config/Net: abstract socket support
Diffstat (limited to 'doc')
-rw-r--r--doc/user.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/user.rst b/doc/user.rst
index b16956fc3..9bc049d8e 100644
--- a/doc/user.rst
+++ b/doc/user.rst
@@ -531,6 +531,12 @@ choice::
bind_to_address "/var/run/mpd/socket"
+On Linux, local sockets can be bound to a name without a socket inode
+on the filesystem; MPD implements this by prepending ``@`` to the
+address::
+
+ bind_to_address "@mpd"
+
If no port is specified, the default port is 6600. This default can
be changed with the port setting::