summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorSimon Kelley <simon@thekelleys.org.uk>2016-07-16 22:23:49 +0100
committerSimon Kelley <simon@thekelleys.org.uk>2016-07-16 22:23:49 +0100
commitcd2ddb9904a7010c16dd70f7a6d361f1c346b5db (patch)
tree74f5339d7119a65a764fff5f60ed924ff949ba2c /debian
parent9bb3998da4c1ebedde83a44ba8bbe30b65b2660a (diff)
downloaddnsmasq-cd2ddb9904a7010c16dd70f7a6d361f1c346b5db.tar.gz
Debian systemd bugfix.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog9
-rw-r--r--debian/systemd.service1
2 files changed, 9 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 1a3be9f..fce3410 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,7 +2,14 @@ dnsmasq (2.77-1) unstable; urgency=low
* 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 @@ Description=dnsmasq - A lightweight DHCP and caching DNS server
Requires=network.target
Wants=nss-lookup.target
Before=nss-lookup.target
+After=network.target
[Service]
Type=forking