Browse Source

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

we need to renew the lease
Harald Hoyer 10 years ago
parent
commit
fb2d643a38
  1. 2
      modules.d/40network/ifup.sh

2
modules.d/40network/ifup.sh

@ -114,7 +114,7 @@ do_dhcp() { @@ -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…
Cancel
Save