summaryrefslogtreecommitdiffstats
path: root/hosts/jenkins/etc/cron.d/dsa
blob: f19c278be427cef4bd5d1a9d596f7dcd05782b25 (plain)
1
2
3
4
5
6
7
8
9
10
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