summarylogtreecommitdiffstats
path: root/cros-dhcpcd-eth0.service
blob: cc8f81d0308b8a5a590bef94d2912950cbda0556 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=dhcpcd on eth0
Wants=network.target
Before=network.target

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

[Install]
WantedBy=multi-user.target