We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11d3330 commit eb1ad77Copy full SHA for eb1ad77
src/config/network/index.md
@@ -54,6 +54,11 @@ $ ip link show
54
# ln -s /etc/sv/dhcpcd-enp3s0 /var/service/
55
```
56
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
+
62
For more information on configuring `dhcpcd`, refer to
63
[dhcpcd.conf(5)](https://man.voidlinux.org/dhcpcd.conf.5)
64
0 commit comments