From 2c4534854a04dd7ccc836f9193e50ac07dc15b2b Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Thu, 2 Nov 2023 14:18:16 +0900 Subject: [PATCH] man: mention that network files should be prefixed with number smaller than 70 --- man/systemd.link.xml | 4 ++-- man/systemd.netdev.xml | 4 ++-- man/systemd.network.xml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/man/systemd.link.xml b/man/systemd.link.xml index 62578f48e46..b75dc7fcd4b 100644 --- a/man/systemd.link.xml +++ b/man/systemd.link.xml @@ -40,8 +40,8 @@ /etc/systemd/network. 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. 10-eth0.link). Otherwise, the default - .link files or those generated by + a number smaller than 70 (e.g. 10-eth0.link). Otherwise, the + default .link files or those generated by systemd-network-generator.service8 may take precedence over user configured files. Files in /etc/ have the highest priority, files in /run/ take precedence over files with the same name diff --git a/man/systemd.netdev.xml b/man/systemd.netdev.xml index 3f1b18b2af7..2d3e575a8bd 100644 --- a/man/systemd.netdev.xml +++ b/man/systemd.netdev.xml @@ -46,8 +46,8 @@ /etc/systemd/network. 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. 10-vlan.netdev). Otherwise, .netdev files - generated by + a number smaller than 70 (e.g. 10-vlan.netdev). Otherwise, + .netdev files generated by systemd-network-generator.service8 may take precedence over user configured files. Files in /etc/ have the highest priority, files in /run/ take precedence over files with the same name diff --git a/man/systemd.network.xml b/man/systemd.network.xml index 02039b49425..3eadad37391 100644 --- a/man/systemd.network.xml +++ b/man/systemd.network.xml @@ -44,8 +44,8 @@ /etc/systemd/network. 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. 10-eth0.network). Otherwise, the default - .network files or those generated by + a number smaller than 70 (e.g. 10-eth0.network). Otherwise, the + default .network files or those generated by systemd-network-generator.service8 may take precedence over user configured files. Files in /etc/ have the highest priority, files in /run/ take precedence over files with the same name under -- 2.39.2