Debian systemd bugfix.
diff --git a/debian/changelog b/debian/changelog
index 1a3be9f..fce3410 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,7 +2,14 @@
* New upstream.
- -- Simon Kelley <simon@thekelleys.org.uk> Wed, 6 Jul 2016 22:22:10 +0000
+ -- Simon Kelley <simon@thekelleys.org.uk> Sat, 16 Jul 2016 22:22:10 +0000
+
+dnsmasq (2.76-2) unstable; urgency=medium
+
+ * Fix to systemd to fix failure to start with bridge interface.
+ (Closes: #831372)
+
+ -- Simon Kelley <simon@thekelleys.org.uk> Sat, 16 Jul 2016 22:09:10 +0000
dnsmasq (2.76-1.2) unstable; urgency=medium
diff --git a/debian/systemd.service b/debian/systemd.service
index 3fc4aed..7a045f6 100644
--- a/debian/systemd.service
+++ b/debian/systemd.service
@@ -3,6 +3,7 @@
Requires=network.target
Wants=nss-lookup.target
Before=nss-lookup.target
+After=network.target
[Service]
Type=forking