aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorFlorian Schlichting <fsfs@debian.org>2015-08-11 19:02:26 +0200
committerMax Kellermann <max@duempel.org>2015-08-11 19:02:26 +0200
commit4294fdb0b26ec6af77d1fc671e1b88941af10bd2 (patch)
treed1379405377649da4e4bf45e9d7ebed43c37b16d /doc
parent082523bcea00a5b4067589f0782c79204ffad93c (diff)
downloadmpd-4294fdb0b26ec6af77d1fc671e1b88941af10bd2.tar.gz
mpd-4294fdb0b26ec6af77d1fc671e1b88941af10bd2.tar.xz
mpd-4294fdb0b26ec6af77d1fc671e1b88941af10bd2.zip
doc/mpdconf.example: document that socket activation voids bind_to_address setting
Diffstat (limited to 'doc')
-rw-r--r--doc/mpdconf.example3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/mpdconf.example b/doc/mpdconf.example
index bf407ea4e..87d3021fb 100644
--- a/doc/mpdconf.example
+++ b/doc/mpdconf.example
@@ -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"