xref: /OK3568_Linux_fs/yocto/poky/meta/recipes-connectivity/dhcpcd/files/dhcpcd.service (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1[Unit]
2Description=A minimalistic network configuration daemon with DHCPv4, rdisc and DHCPv6 support
3Wants=network.target
4Before=network.target
5Conflicts=connman.service
6
7[Service]
8ExecStart=/sbin/dhcpcd -q --nobackground
9
10[Install]
11WantedBy=multi-user.target
12