Commit bb6d399
committed
config/network/index: Also change the link to supervise symlink
In the section talking about interface-specific dhcpcd, the run script is
modified with sed to have the proper interface name, but there is also
the supervise symlink, pointing into /run/runit.
The target is "supervise.dhcpcd-eth0", which kind of works as-is, until
you also have an actual eth0 interface that is handled by a dhcpcd
supervised by runit.
So to avoid having this misleading symlink, change it to a proper target:
"supervise.dhcpcd-enp3s0" in the sample code.
Signed-off-by: Vincent Legoll <vincent.legoll@gmail.com>1 parent b595ab0 commit bb6d399
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| 53 | + | |
53 | 54 | | |
54 | 55 | | |
55 | 56 | | |
| |||
0 commit comments