Commit cd2ddb99 authored by Simon Kelley's avatar Simon Kelley

Debian systemd bugfix.

parent 9bb3998d
......@@ -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
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment