doc/user.rst: add links to "Listeners"

This commit is contained in:
Max Kellermann 2018-10-30 21:33:22 +01:00
parent 83d598bdfd
commit aa07e8a8fe
1 changed files with 7 additions and 1 deletions

View File

@ -183,7 +183,8 @@ To enable socket activation, type:
systemctl enable mpd.socket
systemctl start mpd.socket
In this configuration, :program:`MPD` will ignore the :dfn:`bind_to_address` and :dfn:`port` settings.
In this configuration, :program:`MPD` will ignore the :ref:`listener
settings <listeners>` (``bind_to_address`` and ``port``).
systemd user unit
-----------------
@ -458,6 +459,8 @@ Check the resampler plugin reference for a list of resamplers and how to configu
Client Connections
------------------
.. _listeners:
Listeners
~~~~~~~~~
@ -488,6 +491,9 @@ be changed with the port setting::
port "6601"
These settings will be ignored if `systemd socket activation`_ is
used.
Permissions and Passwords
~~~~~~~~~~~~~~~~~~~~~~~~~