mirror of
https://git.yoctoproject.org/poky
synced 2026-07-08 08:13:39 +02:00
The dhcpcd path is hardcoded to /sbin in ifupdown package. Move dhcpcd from /usr/sbin to /sbin to make sure ifup/ifdown can find it when dhcpcd as the dhcp client backend. (From OE-Core rev: ed7cdf95f1dcb3df6e954551f9578a8ac15f2795) Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 lines
260 B
Desktop File
12 lines
260 B
Desktop File
[Unit]
|
|
Description=A minimalistic network configuration daemon with DHCPv4, rdisc and DHCPv6 support
|
|
Wants=network.target
|
|
Before=network.target
|
|
Conflicts=connman.service
|
|
|
|
[Service]
|
|
ExecStart=/sbin/dhcpcd -q --nobackground
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|