Subversion Repositories configs

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
3 - 1
# /etc/logrotate.d/snort
2
# $Id$
3
 
4
/var/log/snort/alert /var/log/snort/*log /var/log/snort/*/alert /var/log/snort/*/*log  {
5
    daily
6
    rotate 7
7
    missingok
8
    compress
9
    sharedscripts
10
    postrotate
11
	/etc/init.d/snortd restart 1>/dev/null || true
12
    endscript
13
}