diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-10-15 15:47:05 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-10-15 15:47:05 +0200 |
commit | ab0d0f068032f7b2cef8545ee8a61cc8977395f0 (patch) | |
tree | afda748b9b19248497c5167e2d58d91bbfa671a4 /hosts/jenkins | |
parent | 28ef23f3f020c3b638b62c4ff5f8bd1055301a96 (diff) | |
download | jenkins.debian.net-ab0d0f068032f7b2cef8545ee8a61cc8977395f0.tar.xz |
run dsa-check-running-kernel and dsa-check-packages twice a day via cron
Diffstat (limited to 'hosts/jenkins')
-rwxr-xr-x | hosts/jenkins/etc/cron.d/dsa (renamed from hosts/jenkins/etc/cron.d/jenkins) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hosts/jenkins/etc/cron.d/jenkins b/hosts/jenkins/etc/cron.d/dsa index f2814940..f19c278b 100755 --- a/hosts/jenkins/etc/cron.d/jenkins +++ b/hosts/jenkins/etc/cron.d/dsa @@ -1,11 +1,11 @@ # m h dom mon dow (0|7=sun,1=mon) command # -# cron-jobs for jenkins.debian.net +# cron-job for jenkins.debian.net # MAILTO=root -0 1,13 * * * nobody /usr/bin/chronic /usr/local/bin/dsa-check-running-kernel +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 |