diff options
author | Jóhann B. Guðmundsson <johannbg@gmail.com> | 2021-04-21 23:09:29 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2021-04-22 09:36:14 +0200 |
commit | eb34cce1787259de4cea1430fa017b6bd25bc4c1 (patch) | |
tree | 5fd0279984452724d4049cd38f8f94d6ec6ff1f1 /src/resolve | |
parent | gpt: we actually honour the ReadOnly= flag on XBOOTLDR partitions too (diff) | |
download | systemd-eb34cce1787259de4cea1430fa017b6bd25bc4c1.tar.xz systemd-eb34cce1787259de4cea1430fa017b6bd25bc4c1.zip |
fix: point to the correct drop-ins subdirectory for confs
Diffstat (limited to 'src/resolve')
-rw-r--r-- | src/resolve/resolved.conf.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resolve/resolved.conf.in b/src/resolve/resolved.conf.in index 874bd2b6ee..0ef77fc6e7 100644 --- a/src/resolve/resolved.conf.in +++ b/src/resolve/resolved.conf.in @@ -7,7 +7,7 @@ # # Entries in this file show the compile time defaults. Local configuration # should be created by either modifying this file, or by creating "drop-ins" in -# the system.conf.d/ subdirectory. The latter is generally recommended. +# the resolved.conf.d/ subdirectory. The latter is generally recommended. # Defaults can be restored by simply deleting this file and all drop-ins. # # Use 'systemd-analyze cat-config systemd/resolved.conf' to display the full config. |