Initial commit.
This commit is contained in:
33
logrotate.d/clamav-unofficial-sigs
Normal file
33
logrotate.d/clamav-unofficial-sigs
Normal file
@@ -0,0 +1,33 @@
|
||||
# https://eXtremeSHOK.com ######################################################
|
||||
# This file contains the logrotate 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: Fri Oct 23 14:02:50 EEST 2020
|
||||
##################
|
||||
#
|
||||
# This logrotate file will rotate the logs generated by the clamav-unofficial-sigs.sh
|
||||
#
|
||||
# To Adjust the logrotate values, edit your configs and run
|
||||
# bash clamav-unofficial-sigs.sh --install-logrotate to generate a new file.
|
||||
|
||||
/var/log/clamav-unofficial-sigs/clamav-unofficial-sigs.log {
|
||||
weekly
|
||||
rotate 4
|
||||
missingok
|
||||
notifempty
|
||||
compress
|
||||
create 0640 amavis amavis
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user