From d591319212f51394a3d79897d7a0147a6d332d25 Mon Sep 17 00:00:00 2001 From: Tomas Hozza Date: Thu, 12 May 2016 13:31:49 +0200 Subject: Replaced After=network-online.target with After=network.target in all unit files BIND is able to react to network configuration changes and therefore it can start even before all interfaces are fully configured. There is no need to wait until interfaces are fully configured. Signed-off-by: Tomas Hozza --- named-pkcs11.service | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'named-pkcs11.service') diff --git a/named-pkcs11.service b/named-pkcs11.service index 6ce9001..e522ec3 100644 --- a/named-pkcs11.service +++ b/named-pkcs11.service @@ -1,10 +1,9 @@ [Unit] Description=Berkeley Internet Name Domain (DNS) with native PKCS#11 Wants=nss-lookup.target -Wants=network-online.target Wants=named-setup-rndc.service Before=nss-lookup.target -After=network-online.target +After=network.target After=named-setup-rndc.service [Service] -- cgit