From eb1ad77ab5934daa5e0287c7450e545249d9a773 Mon Sep 17 00:00:00 2001 From: Alogani <77880767+Alogani@users.noreply.github.com> Date: Fri, 25 Apr 2025 18:25:53 +0200 Subject: [PATCH] config/network/index.md: Misleading dhcpcd setup for specific interfaces Completing the documentation to avoid confusion on setting voidlinux dhcpcd when multiple interfaces are present. --- src/config/network/index.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/config/network/index.md b/src/config/network/index.md index 31107bc35..c7c959846 100644 --- a/src/config/network/index.md +++ b/src/config/network/index.md @@ -54,6 +54,11 @@ $ ip link show # ln -s /etc/sv/dhcpcd-enp3s0 /var/service/ ``` +**Note**: Simply copying the dhcpcd-eth0 service for multiple other interfaces +may not work as expected. If "supervise" or related symlink files exist in the +copied directory, they must be removed—these files can cause conflicts due to +shared runtime resources. + For more information on configuring `dhcpcd`, refer to [dhcpcd.conf(5)](https://man.voidlinux.org/dhcpcd.conf.5)