doc/mpdconf.example: document that socket activation voids bind_to_address setting

This commit is contained in:
Florian Schlichting 2015-08-11 19:02:26 +02:00 committed by Max Kellermann
parent 082523bcea
commit 4294fdb0b2
1 changed files with 2 additions and 1 deletions

View File

@ -75,7 +75,8 @@
#
# This setting sets the address for the daemon to listen on. Careful attention
# should be paid if this is assigned to anything other then the default, any.
# This setting can deny access to control of the daemon.
# This setting can deny access to control of the daemon. Not effective if
# systemd socket activiation is in use.
#
# For network
#bind_to_address "any"