diff -Nru systemd-229/debian/changelog systemd-229/debian/changelog --- systemd-229/debian/changelog 2016-11-24 05:41:23.000000000 -0600 +++ systemd-229/debian/changelog 2016-12-15 13:45:52.000000000 -0600 @@ -1,3 +1,11 @@ +systemd (229-4ubuntu14) xenial; urgency=medium + + * Make systemd-networkd-resolvconf-update.service run earlier + to ensure DNS is up prior to reaching network-online.target + (LP: #1649931) + + -- Ryan Harper Thu, 15 Dec 2016 13:44:08 -0600 + systemd (229-4ubuntu13) xenial; urgency=medium [ Martin Pitt ] diff -Nru systemd-229/debian/extra/units/systemd-networkd-resolvconf-update.service systemd-229/debian/extra/units/systemd-networkd-resolvconf-update.service --- systemd-229/debian/extra/units/systemd-networkd-resolvconf-update.service 2016-11-24 05:41:23.000000000 -0600 +++ systemd-229/debian/extra/units/systemd-networkd-resolvconf-update.service 2016-12-15 13:44:02.000000000 -0600 @@ -3,6 +3,7 @@ ConditionPathIsSymbolicLink=/etc/resolv.conf ConditionPathExists=/run/resolvconf/enable-updates After=resolvconf.service +Before=network-online.target [Service] Type=oneshot