1a027c8
# https://eXtremeSHOK.com ######################################################
1a027c8
# This file contains the logrotate 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 logrotate file will rotate the logs generated by the clamav-unofficial-sigs.sh
1a027c8
#
1a027c8
# To Adjust the logrotate values, edit your configs and run
1a027c8
# bash clamav-unofficial-sigs.sh --install-logrotate to generate a new file.
1a027c8
1a027c8
/var/log/clamav-unofficial-sigs/clamav-unofficial-sigs.log {
1a027c8
  weekly
1a027c8
  rotate 4
1a027c8
  missingok
1a027c8
  notifempty
1a027c8
  compress
1a027c8
  create 0640 clamupdate clamupdate
1a027c8
}
1a027c8