]> git.pld-linux.org Git - packages/snort.git/blob - snort.logrotate
- disable open-appid on x32
[packages/snort.git] / snort.logrotate
1 /var/log/snort/alert {
2         su root snort
3         create 640 snort snort
4         olddir /var/log/archive/snort
5         postrotate
6                 /bin/killall -HUP snort
7         endscript
8 }
This page took 0.121878 seconds and 4 git commands to generate.