diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-03-23 14:04:50 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-03-23 14:04:50 +0100 |
commit | 42019cda5d30019325bfbc218982f099c7b91028 (patch) | |
tree | c50be5d5fd62293961fc210f0e8267ab7b166e7b | |
parent | 93200b5cc9e60ca2f7c93d38588b7c10c5729da3 (diff) | |
download | jenkins.debian.net-42019cda5d30019325bfbc218982f099c7b91028.tar.xz |
force correct time
-rw-r--r-- | etc/cron.d/jenkins.debian.net | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/cron.d/jenkins.debian.net b/etc/cron.d/jenkins.debian.net index 12f93ad1..6bf3f287 100644 --- a/etc/cron.d/jenkins.debian.net +++ b/etc/cron.d/jenkins.debian.net @@ -8,3 +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 |