Subversion Repositories configs

Rev

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

#
# Rotate Clam AV daemon log file
#

/var/log/clamav/clamd.log {
    missingok
    nocompress
    copytruncate
    create 664 clamav clamav
    postrotate
        /usr/bin/killall  -HUP clamd 2>/dev/null || :
    endscript
}