blob: 6bf3f287e3a82bf2e2c6478dcb8c8b8dcf7b3b33 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# m h dom mon dow (0|7=sun,1=mon) command
#
# cron-jobs 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 ; /usr/sbin/ntpdate de.pool.ntp.org ; /usr/sbin/service ntp start
|