]> git.ipfire.org Git - people/ms/dnsmasq.git/commitdiff
Tweak Debian systemd unit file.
authorSimon Kelley <simon@thekelleys.org.uk>
Wed, 13 May 2015 11:16:13 +0000 (12:16 +0100)
committerSimon Kelley <simon@thekelleys.org.uk>
Wed, 13 May 2015 11:16:13 +0000 (12:16 +0100)
debian/changelog
debian/systemd.service

index 1c52e985803031ce00bb91f92997b12ed9997105..4e0bb6cc0fc71ddc8317857b29c05de96723ced0 100644 (file)
@@ -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
 
index aca30dc426479c0cb41652b87e64323e104c486b..790c41fca29ae7ebf96e70e234937da6832114bb 100644 (file)
@@ -1,5 +1,6 @@
 [Unit]
 Description=dnsmasq - A lightweight DHCP and caching DNS server
+Requires=network.target
 
 [Service]
 Type=forking