summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xetc/cron.d/jenkins2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/cron.d/jenkins b/etc/cron.d/jenkins
index 9a2ccc59..f2814940 100755
--- a/etc/cron.d/jenkins
+++ b/etc/cron.d/jenkins
@@ -8,4 +8,4 @@ MAILTO=root
0 1,13 * * * nobody /usr/bin/chronic /usr/local/bin/dsa-check-running-kernel
2 1,13 * * * nobody /usr/bin/chronic /usr/local/bin/dsa-check-packages
-30 * * * * root ( /usr/sbin/service ntp stop ; /usr/sbin/ntpdate de.pool.ntp.org ; /usr/sbin/service ntp start ) > /dev/null
+30 * * * * root ( /usr/sbin/service ntp stop ; sleep 2 ; /usr/sbin/ntpdate de.pool.ntp.org ; /usr/sbin/service ntp start ) > /dev/null