summaryrefslogtreecommitdiffstats
path: root/abs/core/dhcpcd/dhcpcd.service
blob: 489023d3e60c1007e795a3c347b50c4151b29d92 (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=/bin/dhcpcd -q -b
ExecStop=/bin/dhcpcd -x

[Install]
WantedBy=multi-user.target