2012-01-30 11:45:51 +00:00
|
|
|
[Unit]
|
|
|
|
Description=Lightweight DHCP client daemon on %I
|
|
|
|
Wants=network.target
|
|
|
|
Before=network.target
|
|
|
|
|
|
|
|
[Service]
|
2012-02-29 12:04:04 +00:00
|
|
|
ExecStart=/usr/sbin/dhcpcd -q -B %I
|
|
|
|
ExecStop=/usr/sbin/dhcpcd -k %I
|
2012-01-30 11:45:51 +00:00
|
|
|
|
|
|
|
[Install]
|
|
|
|
Alias=multi-user.target.wants/dhcpcd@eth0.service
|