Subversion Repositories configs

Rev

Rev 166 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

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