Subversion Repositories configs

Rev

Rev 163 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

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