From: Ruben Kerkhof Date: Tue, 3 Feb 2015 19:26:33 +0000 (+0100) Subject: Start pdns-recursor before nss-lookup.target X-Git-Tag: dnsdist-1.0.0-alpha1~306^2~3^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=73e05c6f2e9a6472b559cd22d76fa4cfe9a9b73e;p=pdns Start pdns-recursor before nss-lookup.target --- diff --git a/contrib/systemd-pdns-recursor.service b/contrib/systemd-pdns-recursor.service index 43a7d8a53..7b73b03aa 100644 --- a/contrib/systemd-pdns-recursor.service +++ b/contrib/systemd-pdns-recursor.service @@ -1,7 +1,8 @@ [Unit] Description=PowerDNS recursing nameserver Documentation=man:pdns_recursor(1) man:rec_control(1) -Wants=network-online.target +Wants=network-online.target nss-lookup.target +Before=nss-lookup.target After=network-online.target [Service]