forked from extremeshok/clamav-unofficial-sigs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathclamav-unofficial-sigs-cron
25 lines (24 loc) · 1.08 KB
/
clamav-unofficial-sigs-cron
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# ClamAV Unofficial Signature Databases Update Cron File
###################
# 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 :: [email protected]
##################
#
# Originially based on:
# Script provide by Bill Landry ([email protected]).
#
# Script updates can be found at: https://github.com/extremeshok/clamav-unofficial-sigs
#
# License: BSD (Berkeley Software Distribution)
#
##################
# 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 45 minutes past the hour, and the
# script itself is set to randomize the actual execution time between
# 60 - 600 seconds. Adjust the cron start time, user account to run the
# script under, and path information shown below to meet your own needs.
45 * * * * root /bin/bash /usr/local/bin/clamav-unofficial-sigs.sh > /dev/null