Subversion Repositories configs

Rev

Rev 5 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
163 - 1
#
2
# Rotate Clam AV daemon log file
3
#
5 - 4
 
163 - 5
/var/log/clamav/clamd.log {
5 - 6
    missingok
163 - 7
    nocompress
8
    copytruncate
9
    create 664 clamav clamav
5 - 10
    postrotate
163 - 11
	/usr/bin/killall  -HUP clamd 2>/dev/null || :
5 - 12
    endscript
13
}
14