ISO/root-image/etc/systemd/system/dhcpcd.service
Pierre Schmitz 47bb720d8a Run dhcpcd on all devices
As we did with initscripts, run dhcpcd on all devices and not just eth0.

Signed-off-by: Pierre Schmitz <pierre@archlinux.de>
2012-10-05 11:32:28 +02:00

14 lines
230 B
Desktop File

[Unit]
Description=dhcpcd on all interfaces
Wants=network.target
Before=network.target
[Service]
Type=forking
PIDFile=/run/dhcpcd.pid
ExecStart=/sbin/dhcpcd -A -b -q
ExecStop=/sbin/dhcpcd -k
[Install]
WantedBy=multi-user.target