summaryrefslogtreecommitdiff
blob: 8430214d59b454381cc98862d5f19c3f52029877 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=Lightweight DHCP client daemon
Wants=network.target
Before=network.target network-online.target

[Service]
Type=forking
ExecStart=/sbin/dhcpcd -q
PIDFile=/run/dhcpcd.pid

[Install]
WantedBy=multi-user.target