blob: bbed6d85c49eb84b46e8a0b6847d663711c23cdc [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
Andrew Geisslerc3d88e42020-10-02 09:45:00 -05005Conflicts=connman.service
Andrew Geisslerc9f78652020-09-18 14:11:35 -05006
7[Service]
8ExecStart=/usr/sbin/dhcpcd -q --nobackground
9
10[Install]
11WantedBy=multi-user.target