From: Zbigniew Jędrzejewski-Szmek Date: Sat, 15 Oct 2016 20:46:13 +0000 (-0400) Subject: man: drop discouragment of runtime and vendor drop-ins X-Git-Tag: v232~90^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F4381%2Fhead;p=thirdparty%2Fsystemd.git man: drop discouragment of runtime and vendor drop-ins In certain situations drop-ins in /usr/lib/ are useful, for example when one package wants to modify the behaviour of another package, or the vendor wants to tweak some upstream unit without patching. Drop-ins in /run are useful for testing, and may also be created by systemd itself. Follow-up for the discussion in #2103. --- diff --git a/man/systemd.unit.xml b/man/systemd.unit.xml index 79bdb2cd38d..a4f5711d7aa 100644 --- a/man/systemd.unit.xml +++ b/man/systemd.unit.xml @@ -203,9 +203,7 @@ /run/systemd/system directories. Drop-in files in /etc take precedence over those in /run which in turn take precedence over those in /usr/lib. Drop-in files under any of these directories take precedence - over unit files wherever located. (Of course, since /run is temporary and - /usr/lib is for vendors, it is unlikely drop-ins should be used in either - of those places.) + over unit files wherever located.