summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2018-07-18 17:28:30 +0200
committerMax Kellermann <max@musicpd.org>2018-07-18 17:28:30 +0200
commitf30265a9ee3edd97ff922991544c6b169286391c (patch)
tree4448a355bcdc084341faad5c00bb4543feea92b2 /doc
parentfcbcec6856a0e574b5ebc6d990c0afc0e25f132b (diff)
config/File: support wildcards in "include"
Diffstat (limited to 'doc')
-rw-r--r--doc/user.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/user.xml b/doc/user.xml
index 89d00a19c..c7266ed59 100644
--- a/doc/user.xml
+++ b/doc/user.xml
@@ -426,6 +426,14 @@ systemctl start mpd.socket</programlisting>
</para>
<programlisting>include_optional "may_not_exist.conf"</programlisting>
+
+ <para>
+ Both directives can have a shell pattern (with wildcards
+ '<filename>*</filename>' and '<filename>?</filename>') in the
+ last path segment, e.g.:
+ </para>
+
+ <programlisting>include "conf.d/*.conf"</programlisting>
</section>
<section id="config_music_directory">