Merge pull request #18 from MagnusS/fixes

Improve DHCP speed
This commit is contained in:
Justin Cormack 2016-01-28 22:32:06 +00:00
commit 3e817dc3da
2 changed files with 2 additions and 1 deletions

View File

@ -4,3 +4,4 @@ iface lo inet loopback
auto eth0
iface eth0 inet dhcp
hostname docker
udhcpc_opts -T 1 -A 3

View File

@ -20,7 +20,7 @@ start()
--background \
--exec /sbin/mdnstool \
--make-pidfile --pidfile ${PIDFILE} \
-- if eth0 -hostname ${HOSTNAME}
-- -if eth0 -hostname ${HOSTNAME}
eend $? "Failed to start mDNS server"
}