From ab0d0f068032f7b2cef8545ee8a61cc8977395f0 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Thu, 15 Oct 2015 15:47:05 +0200 Subject: run dsa-check-running-kernel and dsa-check-packages twice a day via cron --- hosts/jenkins/etc/cron.d/dsa | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 hosts/jenkins/etc/cron.d/dsa (limited to 'hosts/jenkins/etc/cron.d/dsa') diff --git a/hosts/jenkins/etc/cron.d/dsa b/hosts/jenkins/etc/cron.d/dsa new file mode 100755 index 00000000..f19c278b --- /dev/null +++ b/hosts/jenkins/etc/cron.d/dsa @@ -0,0 +1,11 @@ +# m h dom mon dow (0|7=sun,1=mon) command + +# +# cron-job for jenkins.debian.net +# + +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 ; sleep 2 ; /usr/sbin/ntpdate de.pool.ntp.org ; /usr/sbin/service ntp start ) > /dev/null -- cgit v1.2.3-70-g09d2