Subversion Repositories configs

Rev

Rev 166 | Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
163 - 1
#
2
# Rotate FreshClam daemon log file
3
#
4
 
5
 
6
/var/log/clamav/freshclam.log {
7
    missingok
8
    nocompress
9
    copytruncate
10
    create 644 clamav clamav
11
}
12