From 4294fdb0b26ec6af77d1fc671e1b88941af10bd2 Mon Sep 17 00:00:00 2001
From: Florian Schlichting <fsfs@debian.org>
Date: Tue, 11 Aug 2015 19:02:26 +0200
Subject: [PATCH] doc/mpdconf.example: document that socket activation voids
 bind_to_address setting

---
 doc/mpdconf.example | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

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"