[configs/releng] Use dhcpcd service provided by the package.

Implements FS#34075.

Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
This commit is contained in:
Gerardo Exequiel Pozzi 2013-03-03 18:30:51 -03:00
parent 21b6a908c3
commit 7efca07ac2

View File

@ -1,13 +0,0 @@
[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