From 44422b2b2f0a0bf29ffadfac0814b9bcd17db564 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Mon, 25 Feb 2019 13:01:42 +0100 Subject: event/ServerSocket, config/Net: abstract socket support --- doc/user.rst | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'doc') 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:: -- cgit v1.2.3