Skip to content

Commit

Permalink
Fixed a typo in what order drop-ins are being parsed.
Browse files Browse the repository at this point in the history
* drop-ins have precedence over main config
* /etc has precedence over /usr

Signed-off-by: Ina Panova <[email protected]>
  • Loading branch information
ipanova committed Oct 25, 2024
1 parent 2d7f554 commit 40585b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion specs/configuration_files_specification.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ regardless of the hierarchy under which they are stored.
The drop-ins that are later in this order have higher precedence.

For example, in addition to parsing `/etc/foo/bar.conf`,
`/etc/foo/bar.conf.d/a.conf` and `/usr/lib/foo/bar.conf.d/b.conf` must also be parsed,
`/etc/foo/bar.conf.d/a.conf` and `/etc/foo/bar.conf.d/b.conf` must also be parsed,
in this order.
The configuration in `bar.conf` has the lowest priority,
and is overridden by `a.conf` and `b.conf`.
Expand Down

0 comments on commit 40585b7

Please sign in to comment.