diff options
author | Lennart Poettering <lennart@poettering.net> | 2023-11-03 11:37:04 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-03 11:37:04 +0100 |
commit | fe1f83e559dfac155d95e04d3c838e6db0498d84 (patch) | |
tree | fad6c036c52c69cad5ea37690893ebbd699167bf /man/systemd.network.xml | |
parent | man: mention DHCPv4 Router option is ignored when Classless Static Routes opt... (diff) | |
parent | Update NEWS (diff) | |
download | systemd-fe1f83e559dfac155d95e04d3c838e6db0498d84.tar.xz systemd-fe1f83e559dfac155d95e04d3c838e6db0498d84.zip |
Merge pull request #29827 from yuwata/network-install-default-configs
network: add meson option to install default configs
Diffstat (limited to 'man/systemd.network.xml')
-rw-r--r-- | man/systemd.network.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/systemd.network.xml b/man/systemd.network.xml index 55a5a2ec1c..ece60926c7 100644 --- a/man/systemd.network.xml +++ b/man/systemd.network.xml @@ -44,8 +44,8 @@ <filename>/etc/systemd/network</filename>. All configuration files are collectively sorted and processed in alphanumeric order, regardless of the directories in which they live. However, files with identical filenames replace each other. It is recommended that each filename is prefixed with - a number (e.g. <filename>10-eth0.network</filename>). Otherwise, the default - <filename>.network</filename> files or those generated by + a number smaller than <literal>70</literal> (e.g. <filename>10-eth0.network</filename>). Otherwise, the + default <filename>.network</filename> files or those generated by <citerefentry><refentrytitle>systemd-network-generator.service</refentrytitle><manvolnum>8</manvolnum></citerefentry> may take precedence over user configured files. Files in <filename>/etc/</filename> have the highest priority, files in <filename>/run/</filename> take precedence over files with the same name under |