diff options
Diffstat (limited to 'hosts/jenkins-test-vm/etc/cron.d')
-rwxr-xr-x | hosts/jenkins-test-vm/etc/cron.d/dsa | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/hosts/jenkins-test-vm/etc/cron.d/dsa b/hosts/jenkins-test-vm/etc/cron.d/dsa new file mode 100755 index 00000000..e555795c --- /dev/null +++ b/hosts/jenkins-test-vm/etc/cron.d/dsa @@ -0,0 +1,10 @@ +# m h dom mon dow (0|7=sun,1=mon) command + +# +# cron-job for jenkins-test-vm +# + +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 |