blob: 6c967ddaf026795a97b90abb96cfe5e6ca03a4b2 [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]
Andrew Geissler6ce62a22020-11-30 19:58:47 -06008ExecStart=/sbin/dhcpcd -q --nobackground
Andrew Geisslerc9f78652020-09-18 14:11:35 -05009
10[Install]
11WantedBy=multi-user.target