summaryrefslogtreecommitdiff
path: root/testing/dhcpcd/dhcpcd.service
blob: 25a1923ac48088dedc198e6ee583f94bccfa4e03 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=dhcpcd on %I
Wants=network.target
Before=network.target

[Service]
Type=forking
PIDFile=/run/dhcpcd-%I.pid
ExecStart=/sbin/dhcpcd -A -q -w %I
ExecStop=/sbin/dhcpcd -k %I

[Install]
Alias=multi-user.target.wants/dhcpcd@eth0.service