From 73e05c6f2e9a6472b559cd22d76fa4cfe9a9b73e Mon Sep 17 00:00:00 2001 From: Ruben Kerkhof Date: Tue, 3 Feb 2015 20:26:33 +0100 Subject: [PATCH] Start pdns-recursor before nss-lookup.target --- contrib/systemd-pdns-recursor.service | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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] -- 2.40.0