From 6234ae5a8bbf8040a3f3054a06779c7d8b8e7e3b Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 20 Dec 2023 17:32:11 +0100 Subject: [PATCH] doc/user.rst: do not name the deprecated /var/run/ directory --- doc/user.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/user.rst b/doc/user.rst index e2906c3d9..f68d164e3 100644 --- a/doc/user.rst +++ b/doc/user.rst @@ -775,10 +775,10 @@ brackets if you want to configure a port:: To bind to a local socket (UNIX domain socket), specify an absolute path or a path starting with a tilde (~). Some clients default to -connecting to :file:`/var/run/mpd/socket` so this may be a good +connecting to :file:`/run/mpd/socket` so this may be a good choice:: - bind_to_address "/var/run/mpd/socket" + bind_to_address "/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