root/psad/tags/psad-2.1.2/logrotate.psad

Revision 1588, 0.5 kB (checked in by mbr, 2 years ago)

added logrotate.psad file from Albert Whale

Line 
1 #***********************************************************************
2 #
3 # PSAD Log Rotation config
4 #
5 #  Copyright (c) 2006, Albert Whale, ABS Computer Technology, Inc.
6 #  All rights reserved.
7 #
8 # This program may be distributed under the terms of the GNU General
9 # Public License, Version 2, or (at your option) any later version.
10 #
11 #***********************************************************************
12 /var/log/psad/fwdata {
13    missingok
14    rotate 5
15    weekly
16    postrotate
17         psad --HUP
18    endscript
19 }
Note: See TracBrowser for help on using the browser.