network/ifup.sh: let dhcp client run in the background
we need to renew the lease
parent
93a5a3d3ca
commit
fb2d643a38
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Reference in New Issue