diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-04-03 13:33:24 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-04-03 13:39:04 +0200 |
commit | 9fd0bd0c6b0988369da03d52e04678867ecb7685 (patch) | |
tree | 3517776de7c44b103646b65d0a96e0b873f66ff8 /etc/cron.d/jenkins | |
parent | a5fd4e8ea66f1df71269885882668cdd4aa76812 (diff) | |
download | jenkins.debian.net-9fd0bd0c6b0988369da03d52e04678867ecb7685.tar.xz |
rename file so run-parts will run it
Diffstat (limited to 'etc/cron.d/jenkins')
-rw-r--r-- | etc/cron.d/jenkins | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/etc/cron.d/jenkins b/etc/cron.d/jenkins new file mode 100644 index 00000000..6bf3f287 --- /dev/null +++ b/etc/cron.d/jenkins @@ -0,0 +1,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 |