summaryrefslogtreecommitdiffstats
path: root/abs/core/dhcpcd/dhcpcd.service
blob: e7dc2890a4a228f766b5ca50311e9750b606739b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=dhcpcd on all interfaces
Wants=network.target
Before=network.target

[Service]
Type=forking
PIDFile=/run/dhcpcd.pid
ExecStart=/usr/bin/dhcpcd -q -b
ExecStop=/usr/bin/dhcpcd -x

[Install]
WantedBy=multi-user.target