Skip to content

Commit eb1ad77

Browse files
authored
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.
1 parent 11d3330 commit eb1ad77

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/config/network/index.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,11 @@ $ ip link show
5454
# ln -s /etc/sv/dhcpcd-enp3s0 /var/service/
5555
```
5656

57+
**Note**: Simply copying the dhcpcd-eth0 service for multiple other interfaces
58+
may not work as expected. If "supervise" or related symlink files exist in the
59+
copied directory, they must be removed—these files can cause conflicts due to
60+
shared runtime resources.
61+
5762
For more information on configuring `dhcpcd`, refer to
5863
[dhcpcd.conf(5)](https://man.voidlinux.org/dhcpcd.conf.5)
5964

0 commit comments

Comments
 (0)