diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2020-04-15 18:05:39 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2020-04-16 12:13:39 +0200 |
commit | 44b7aedbde8b30825ee1dbf47346d21007a1a417 (patch) | |
tree | 48e2a6d1ea898a30de9633cedf3746dcf29cf7a3 /man/nss-mymachines.xml | |
parent | Merge pull request #15417 from poettering/fileno-can-fail (diff) | |
download | systemd-44b7aedbde8b30825ee1dbf47346d21007a1a417.tar.xz systemd-44b7aedbde8b30825ee1dbf47346d21007a1a417.zip |
man: move "files" after "resolve" in the suggested configuration
resolved caches files, so we should move nss-files after nss-resolve
to speed up local access (and yes, people like to have thousands of
lines in /etc/hosts).
See https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/message/LCX6YXLM62QEYJSOLJBWXXVXTZVL73GI/
for the background.
Diffstat (limited to 'man/nss-mymachines.xml')
-rw-r--r-- | man/nss-mymachines.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/nss-mymachines.xml b/man/nss-mymachines.xml index 40b0abee34..71865874dd 100644 --- a/man/nss-mymachines.xml +++ b/man/nss-mymachines.xml @@ -69,7 +69,7 @@ group: compat <command>mymachines</command> systemd shadow: compat -hosts: files <command>mymachines</command> resolve [!UNAVAIL=return] dns myhostname +hosts: <command>mymachines</command> resolve [!UNAVAIL=return] files dns myhostname networks: files protocols: db files |