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/profitbricks-build6-amd64/etc/cron.d | |
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/profitbricks-build6-amd64/etc/cron.d')
-rwxr-xr-x | hosts/profitbricks-build6-amd64/etc/cron.d/dsa | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/hosts/profitbricks-build6-amd64/etc/cron.d/dsa b/hosts/profitbricks-build6-amd64/etc/cron.d/dsa new file mode 100755 index 00000000..9be64c36 --- /dev/null +++ b/hosts/profitbricks-build6-amd64/etc/cron.d/dsa @@ -0,0 +1,10 @@ +# m h dom mon dow (0|7=sun,1=mon) command + +# +# cron-jobs for jenkins.debian.net and nodes +# + +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 |