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 | ||||
Andrew Geissler | c3d88e4 | 2020-10-02 09:45:00 -0500 | [diff] [blame^] | 5 | Conflicts=connman.service |
Andrew Geissler | c9f7865 | 2020-09-18 14:11:35 -0500 | [diff] [blame] | 6 | |
7 | [Service] | ||||
8 | ExecStart=/usr/sbin/dhcpcd -q --nobackground | ||||
9 | |||||
10 | [Install] | ||||
11 | WantedBy=multi-user.target |