From: Ruben Kerkhof Date: Tue, 3 Feb 2015 19:26:33 +0000 (+0100) Subject: Start pdns-recursor before nss-lookup.target X-Git-Tag: rec-3.7.2~6^2~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c08597821ae2e81155c4ac3e3adc39a730301001;p=pdns Start pdns-recursor before nss-lookup.target (cherry picked from commit 73e05c6f2e9a6472b559cd22d76fa4cfe9a9b73e) --- 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]