12 lines
231 B
SYSTEMD
12 lines
231 B
SYSTEMD
|
[Unit]
|
||
|
Description=Lightweight DHCP client daemon on %I
|
||
|
Wants=network.target
|
||
|
Before=network.target
|
||
|
|
||
|
[Service]
|
||
|
ExecStart=/sbin/dhcpcd -q -B %I
|
||
|
ExecStop=/sbin/dhcpcd -k %I
|
||
|
|
||
|
[Install]
|
||
|
Alias=multi-user.target.wants/dhcpcd@eth0.service
|