Subversion Repositories configs

Rev

Rev 4 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
5 - 1
/var/log/clamd.log {
2
    missingok
3
    create 640 clamav clamav
4
    postrotate
5
	/bin/kill -HUP `cat /var/run/clamav/clamd.pid 2> /dev/null` 2> /dev/null || true
6
    endscript
4 - 7
}
5 - 8
 
9
/var/log/freshclam.log {
10
    missingok
11
    create 640 clamav clamav
12
    postrotate
13
	/bin/kill -HUP `cat /var/run/clamav/freshclam.pid 2> /dev/null` 2> /dev/null || true
14
    endscript
15
}
16