From 12ed589481c2fb58a839d54739cd7f8437ad8e5f Mon Sep 17 00:00:00 2001 From: Stephen Gran Date: Sun, 7 Jun 2009 11:52:56 +0100 Subject: [PATCH] wait a moment after running reconfig, so that the reload works Signed-off-by: Stephen Gran --- modules/geodns/files/common/recvconf.files | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/geodns/files/common/recvconf.files b/modules/geodns/files/common/recvconf.files index a2cff33d0..97b10ddc5 100644 --- a/modules/geodns/files/common/recvconf.files +++ b/modules/geodns/files/common/recvconf.files @@ -7,7 +7,7 @@ file etc/bind/geodns/named.conf.geo.security.debian.org perms 0644 user geodnssync group geodnssync - postcommand /usr/sbin/named-checkconf /etc/bind/named.conf && sudo /usr/sbin/rndc reconfig + postcommand /usr/sbin/named-checkconf /etc/bind/named.conf && sudo /usr/sbin/rndc reconfig && sleep 2 file etc/bind/geodns/db.security.debian.org perms 0644 user geodnssync -- 2.20.1