X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?a=blobdiff_plain;f=debian%2Fcron.d;h=93f48f2fc80a246948bf67626a4774f173ef68cd;hb=refs%2Ftags%2Fdebian%2F7.0.1%2Bcn10u1;hp=49016264559959a284035be35552127ee6455385;hpb=2de844a2b195cd9d9c824e1220a0e5b54bd7ea57;p=clamav-unofficial-sigs.git diff --git a/debian/cron.d b/debian/cron.d index 4901626..93f48f2 100644 --- a/debian/cron.d +++ b/debian/cron.d @@ -1,6 +1,32 @@ -# This cron file will execute the clamav-unofficial-sigs script that +# https://eXtremeSHOK.com ###################################################### +# This file contains the cron settings for clamav-unofficial-sigs.sh +################### +# This is property of eXtremeSHOK.com +# You are free to use, modify and distribute, however you may not remove this notice. +# Copyright (c) Adrian Jon Kriel :: admin@extremeshok.com +################## +# +# Script updates can be found at: https://github.com/extremeshok/clamav-unofficial-sigs +# +# Originially based on: +# Script provide by Bill Landry (unofficialsigs@gmail.com). +# +# License: BSD (Berkeley Software Distribution) +# +################## +# Automatically Generated: Wed 02 Sep 2020 11:59:22 AM CEST +################## +# +# This cron file will execute the clamav-unofficial-sigs.sh script that # currently supports updating third-party signature databases provided # by Sanesecurity, SecuriteInfo, MalwarePatrol, OITC, etc. +# +# The script is set to run hourly, at a random minute past the hour, and the +# script itself is set to randomize the actual execution time between +# 60 - 600 seconds. To Adjust the cron values, edit your configs and run +# bash clamav-unofficial-sigs.sh --install-cron to generate a new file. -54 * * * * clamav [ -x /usr/sbin/clamav-unofficial-sigs ] && /usr/sbin/clamav-unofficial-sigs > /dev/null +28 * * * * clamav [ -x /usr/sbin/clamav-unofficial-sigs ] && /bin/bash /usr/sbin/clamav-unofficial-sigs > /dev/null + +# https://eXtremeSHOK.com ######################################################