From: scottbender Date: Wed, 11 Nov 2015 10:22:45 +0000 (-0500) Subject: systemd starting dnsdist too early X-Git-Tag: dnsdist-1.0.0-alpha1~223^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F2883%2Fhead;p=thirdparty%2Fpdns.git systemd starting dnsdist too early dnsdist was starting too early and had to be restarted after the network came up. This was only tested on Centos --- diff --git a/pdns/dnsdistdist/contrib/dnsdist.service b/pdns/dnsdistdist/contrib/dnsdist.service index 845e4db112..00a7bfda43 100644 --- a/pdns/dnsdistdist/contrib/dnsdist.service +++ b/pdns/dnsdistdist/contrib/dnsdist.service @@ -1,6 +1,6 @@ [Unit] Description=dnsdist -After=syslog.target +After=network.target [Service] EnvironmentFile=-/etc/sysconfig/dnsdist