Andrew Geissler | c9f7865 | 2020-09-18 14:11:35 -0500 | [diff] [blame^] | 1 | [Unit] |
2 | Description=A minimalistic network configuration daemon with DHCPv4, rdisc and DHCPv6 support | ||||
3 | Wants=network.target | ||||
4 | Before=network.target | ||||
5 | |||||
6 | [Service] | ||||
7 | ExecStart=/usr/sbin/dhcpcd -q --nobackground | ||||
8 | |||||
9 | [Install] | ||||
10 | WantedBy=multi-user.target |