network/ifup.sh: let dhcp client run in the background

we need to renew the lease
Harald Hoyer 2015-08-18 11:53:31 +02:00
parent 93a5a3d3ca
commit fb2d643a38
1 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,7 @@ do_dhcp() {
info "Starting dhcp for interface $netif"
dhclient "$@" \
${_timeout:+-timeout $_timeout} \
-1 -q \
-q \
-cf /etc/dhclient.conf \
-pf /tmp/dhclient.$netif.pid \
-lf /tmp/dhclient.$netif.lease \