summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/dhcpcd/files/dhcpcd.service
blob: 86b5a43c379746424a7cf6f88c7562e90241f459 (plain)
1
2
3
4
5
6
7
8
9
10
[Unit]
Description=A minimalistic network configuration daemon with DHCPv4, rdisc and DHCPv6 support
Wants=network.target
Before=network.target

[Service]
ExecStart=/usr/sbin/dhcpcd -q --nobackground

[Install]
WantedBy=multi-user.target