prva verzija za stretch, novi upstream release
[clamav-unofficial-sigs.git] / debian / cron.d
1 # https://eXtremeSHOK.com ######################################################
2 # This file contains the cron settings for clamav-unofficial-sigs.sh
3 ###################
4 # This is property of eXtremeSHOK.com
5 # You are free to use, modify and distribute, however you may not remove this notice.
6 # Copyright (c) Adrian Jon Kriel :: admin@extremeshok.com
7 ##################
8 #
9 # Script updates can be found at: https://github.com/extremeshok/clamav-unofficial-sigs
10 #
11 # Originially based on:
12 # Script provide by Bill Landry (unofficialsigs@gmail.com).
13 #
14 # License: BSD (Berkeley Software Distribution)
15 #
16 ##################
17 # Automatically Generated: Tue Jul  3 00:38:36 CEST 2018
18 ##################
19 #
20 # This cron file will execute the clamav-unofficial-sigs.sh script that
21 # currently supports updating third-party signature databases provided
22 # by Sanesecurity, SecuriteInfo, MalwarePatrol, OITC, etc.
23 #
24 # The script is set to run hourly, at a random minute past the hour, and the
25 # script itself is set to randomize the actual execution time between
26 # 60 - 600 seconds.  To Adjust the cron values, edit your configs and run
27 # bash clamav-unofficial-sigs.sh --install-cron to generate a new file.
28
29 15 * * * * clamav [ -x /usr/sbin/clamav-unofficial-sigs ] && /bin/bash /usr/sbin/clamav-unofficial-sigs > /dev/null
30
31 # https://eXtremeSHOK.com ######################################################
32