somehow networking is resetting hostname, get mdnstool to fix for now

Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
Justin Cormack 2016-03-01 16:50:30 +00:00
parent be2612bfd8
commit c9ba063c7d

View File

@ -16,6 +16,7 @@ start()
[ -n "${PIDFILE}" ] || PIDFILE=/var/run/mdnstool.pid
hostname -F /etc/hostname
export HOSTNAME=$(hostname -s).local.
start-stop-daemon --start --quiet \