blob: 6c967ddaf026795a97b90abb96cfe5e6ca03a4b2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
[Unit]
Description=A minimalistic network configuration daemon with DHCPv4, rdisc and DHCPv6 support
Wants=network.target
Before=network.target
Conflicts=connman.service
[Service]
ExecStart=/sbin/dhcpcd -q --nobackground
[Install]
WantedBy=multi-user.target
|