]> granicus.if.org Git - pdns/commitdiff
Start pdns-recursor before nss-lookup.target
authorRuben Kerkhof <ruben@rubenkerkhof.com>
Tue, 3 Feb 2015 19:26:33 +0000 (20:26 +0100)
committerRuben Kerkhof <ruben@rubenkerkhof.com>
Tue, 3 Feb 2015 19:26:33 +0000 (20:26 +0100)
contrib/systemd-pdns-recursor.service

index 43a7d8a53dc073bd9c75aa660f29afc7fd51bc43..7b73b03aa3fbeeb12a06042b751b297285cafd8e 100644 (file)
@@ -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]