]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man: document *.d/ drop-in file order (#5262)
authorLucas Werkmeister <mail@lucaswerkmeister.de>
Tue, 7 Feb 2017 23:58:02 +0000 (00:58 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 7 Feb 2017 23:58:02 +0000 (18:58 -0500)
man/systemd.unit.xml

index dbb0dc7bd7ae17827cb397a20fd8c6ba15bf308c..eb00a2e88e567b0aad955c2db7e4af526c7471fd 100644 (file)
     <filename>/run/systemd/system</filename> directories. Drop-in files in <filename>/etc</filename>
     take precedence over those in <filename>/run</filename> which in turn take precedence over those
     in <filename>/usr/lib</filename>. Drop-in files under any of these directories take precedence
-    over unit files wherever located.</para>
+    over unit files wherever located. Multiple drop-in files with different names are applied in
+    lexicographic order, regardless of which of the directories they reside in.</para>
 
     <!-- Note that we do not document .include here, as we consider it mostly obsolete, and want
          people to use .d/ drop-ins instead. -->
@@ -1343,7 +1344,7 @@ ExecStart=/usr/sbin/foo-daemon
       file <filename><replaceable>name</replaceable>.conf</filename>
       there that only changes the specific settings one is interested
       in. Note that multiple such drop-in files are read if
-      present.</para>
+      present, processed in lexicographic order of their filename.</para>
 
       <para>The advantage of the first method is that one easily
       overrides the complete unit, the vendor unit is not parsed at