Tags: patch
Same patch as previous email, but with usertagging and a brief description. Sorry for the noise. The attached patch simply adds an After= and Requires= for the network-online.target systemd event. Downstream bug ref: https://bugs.launchpad.net/ubuntu/+source/dnsmasq/+bug/1531184 -- David Britton <david.brit...@canonical.com>
diff -u dnsmasq-2.77/debian/changelog dnsmasq-2.77/debian/changelog --- dnsmasq-2.77/debian/changelog +++ dnsmasq-2.77/debian/changelog @@ -1,3 +1,10 @@ +dnsmasq (2.77-2.1) unstable; urgency=medium + + * Non-maintainer upload. + * Wait for network-online.target. (closes: #774970) + + -- David Britton <david.brit...@canonical.com> Sat, 17 Jun 2017 04:04:18 +0000 + dnsmasq (2.77-2) unstable; urgency=low * Improve sed regexp for parsing root.ds. diff -u dnsmasq-2.77/debian/systemd.service dnsmasq-2.77/debian/systemd.service --- dnsmasq-2.77/debian/systemd.service +++ dnsmasq-2.77/debian/systemd.service @@ -1,9 +1,11 @@ [Unit] Description=dnsmasq - A lightweight DHCP and caching DNS server Requires=network.target +Requires=network-online.target Wants=nss-lookup.target Before=nss-lookup.target After=network.target +After=network-online.target [Service] Type=forking