man: document that we look for both the instance's and the template's .d/ directory when looking for unit file drop-ins.

This commit is contained in:
Lennart Poettering 2014-08-11 16:41:05 +02:00
parent 0cdfd26ef8
commit 96ddbf819a
Notes: Lennart Poettering 2014-08-19 20:55:26 +02:00
Backport: documentation

View file

@ -203,7 +203,12 @@
settings to a unit, without having to modify their
unit files. Make sure that the file that is included
has the appropriate section headers before any
directive.</para>
directive. Note that for instanced units this logic
will first look for the instance
<literal>.d/</literal> subdirectory and read its
<literal>.conf</literal> files, followed by the
template <literal>.d/</literal> subdirectory and reads
its <literal>.conf</literal> files.</para>
<para>Note that while systemd offers a flexible
dependency system between units it is recommended to