blob: 86b5a43c379746424a7cf6f88c7562e90241f459 [file] [log] [blame]
Andrew Geisslerc9f78652020-09-18 14:11:35 -05001[Unit]
2Description=A minimalistic network configuration daemon with DHCPv4, rdisc and DHCPv6 support
3Wants=network.target
4Before=network.target
5
6[Service]
7ExecStart=/usr/sbin/dhcpcd -q --nobackground
8
9[Install]
10WantedBy=multi-user.target