1a027c8
# https://eXtremeSHOK.com ######################################################
1a027c8
# This file contains the cron settings for clamav-unofficial-sigs.sh
1a027c8
###################
1a027c8
# This is property of eXtremeSHOK.com
1a027c8
# You are free to use, modify and distribute, however you may not remove this notice.
1a027c8
# Copyright (c) Adrian Jon Kriel :: admin@extremeshok.com
1a027c8
##################
1a027c8
#
1a027c8
# Script updates can be found at: https://github.com/extremeshok/clamav-unofficial-sigs
1a027c8
#
1a027c8
# Originially based on:
1a027c8
# Script provide by Bill Landry (unofficialsigs@gmail.com).
1a027c8
#
1a027c8
# License: BSD (Berkeley Software Distribution)
1a027c8
#
1a027c8
##################
1a027c8
# Automatically Generated: dim. sept. 22 13:14:59 CEST 2019
1a027c8
##################
1a027c8
#
1a027c8
# This cron file will execute the clamav-unofficial-sigs.sh script that
1a027c8
# currently supports updating third-party signature databases provided
1a027c8
# by Sanesecurity, SecuriteInfo, MalwarePatrol, OITC, etc.
1a027c8
#
1a027c8
# The script is set to run hourly, at a random minute past the hour, and the
1a027c8
# script itself is set to randomize the actual execution time between
1a027c8
# 60 - 600 seconds.  To Adjust the cron values, edit your configs and run
1a027c8
# bash clamav-unofficial-sigs.sh --install-cron to generate a new file.
1a027c8
MAILTO=root
Jan ONDREJ (SAL) 7fb090c
14 * * * * root [ -x /usr/sbin/clamav-unofficial-sigs.sh ] && /usr/bin/bash /usr/sbin/clamav-unofficial-sigs.sh
1a027c8
1a027c8
# https://eXtremeSHOK.com ######################################################