41def4c27d
As we did with initscripts, run dhcpcd on all devices and not just eth0. Signed-off-by: Pierre Schmitz <pierre@archlinux.de>
14 lines
230 B
Desktop File
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
|