[unbound] * ensure unbound service starts before nss-lookup.target

Paul Wouters pwouters at fedoraproject.org
Thu Apr 11 17:14:17 UTC 2013


commit e01c1754e1d359077b8c3ea969bc6cb8c97df287
Author: Paul Wouters <pwouters at redhat.com>
Date:   Thu Apr 11 12:01:35 2013 -0400

    * ensure unbound service starts before nss-lookup.target

 unbound.service |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/unbound.service b/unbound.service
index 4f82a86..c79b1ac 100644
--- a/unbound.service
+++ b/unbound.service
@@ -3,6 +3,8 @@ Description=Unbound recursive Domain Name Server
 After=syslog.target network.target
 After=unbound-keygen.service
 Wants=unbound-keygen.service
+Before=nss-lookup.target
+Wants=nss-lookup.target
 
 [Service]
 Type=simple


More information about the scm-commits mailing list