diff options
Diffstat (limited to 'etc/cron.d/jenkins')
-rwxr-xr-x | etc/cron.d/jenkins | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/etc/cron.d/jenkins b/etc/cron.d/jenkins deleted file mode 100755 index f2814940..00000000 --- a/etc/cron.d/jenkins +++ /dev/null @@ -1,11 +0,0 @@ -# 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 ; sleep 2 ; /usr/sbin/ntpdate de.pool.ntp.org ; /usr/sbin/service ntp start ) > /dev/null |