You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/config/network/index.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,6 +54,8 @@ $ ip link show
54
54
# ln -s /etc/sv/dhcpcd-enp3s0 /var/service/
55
55
```
56
56
57
+
**Note**: Simply copying the dhcpcd-eth0 service for another interface 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.
58
+
57
59
For more information on configuring `dhcpcd`, refer to
0 commit comments