diff options
author | Anita Zhang <the.anitazha@gmail.com> | 2019-11-04 18:29:55 -0800 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2019-11-07 08:34:53 +0100 |
commit | 3e1db806b0c18fd6138886ce67fac2655f09caef (patch) | |
tree | 0591ac7ab4d6261cb2690fe8b4aa17333442180d /man/systemd.service.xml | |
parent | 8069017a0f5845ea3e6987e29f98546cdd34b24e (diff) | |
download | systemd-3e1db806b0c18fd6138886ce67fac2655f09caef.tar.gz |
core: change top-level drop-in from -.service.d to service.d
Discussed in #13743, the -.service semantic conflicts with the
existing root mount and slice names, making this feature not
uniformly extensible to all types. Change the name to be
<type>.d instead.
Updating to this format also extends the top-level dropin to
unit types.
Diffstat (limited to 'man/systemd.service.xml')
-rw-r--r-- | man/systemd.service.xml | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/man/systemd.service.xml b/man/systemd.service.xml index ce7b847420..f57e37ca5b 100644 --- a/man/systemd.service.xml +++ b/man/systemd.service.xml @@ -63,19 +63,6 @@ <para>The <citerefentry><refentrytitle>systemd-run</refentrytitle><manvolnum>1</manvolnum></citerefentry> command allows creating <filename>.service</filename> and <filename>.scope</filename> units dynamically and transiently from the command line.</para> - - <para>In addition to the various drop-in behaviors described in - <citerefentry><refentrytitle>systemd.unit</refentrytitle><manvolnum>5</manvolnum></citerefentry>, - services also support a top-level drop-in with <filename>-.service.d/</filename> that allows - altering or adding to the settings of all services on the system. - The formatting and precedence of applying drop-in configurations follow what is defined in - <citerefentry><refentrytitle>systemd.unit</refentrytitle><manvolnum>5</manvolnum></citerefentry>. - However, configurations in <filename>-.service.d/</filename> have the lowest precedence compared to settings - in the service specific override directories. For example, for <filename>foo-bar-baz.service</filename>, - drop-ins in <filename>foo-bar-baz.service.d/</filename> override the ones in - <filename>foo-bar-.service.d/</filename>, which override the ones <filename>foo-.service.d/</filename>, - which override the ones in <filename>-.service.d/</filename>. - </para> </refsect1> <refsect1> |