summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorSimon Kelley <simon@thekelleys.org.uk>2015-05-13 12:16:13 +0100
committerSimon Kelley <simon@thekelleys.org.uk>2015-05-13 12:16:13 +0100
commitdec180ac00fafc74a597cca9cdbbb4af35f50943 (patch)
tree27b3dc9fb044e476741b86ed9e0ceb88e13b0066 /debian
parent86fa1046920dedc8134136a6244ca96e8a37e9d8 (diff)
downloaddnsmasq-dec180ac00fafc74a597cca9cdbbb4af35f50943.tar.gz
Tweak Debian systemd unit file.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog1
-rw-r--r--debian/systemd.service1
2 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 1c52e98..4e0bb6c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ dnsmasq (2.73-1) unstable; urgency=low
addresses. (closes: #771557)
* Add newline at the end of example config file. (LP: #1416895)
* Make Debian package build reproducible. (closes: #777323)
+ * Add Requires=network.target to systemd unit.
-- Simon Kelley <simon@thekelleys.org.uk> Wed, 11 Feb 2015 21:59:42 +0000
diff --git a/debian/systemd.service b/debian/systemd.service
index aca30dc..790c41f 100644
--- a/debian/systemd.service
+++ b/debian/systemd.service
@@ -1,5 +1,6 @@
[Unit]
Description=dnsmasq - A lightweight DHCP and caching DNS server
+Requires=network.target
[Service]
Type=forking