Release bumped to "gts4".
[tac_plus.git] / tac_plus.rotate
1 # This is tac_plus logrotate config file
2 # For more info please refer logrotate man page
3 /var/log/tac_plus.log {
4         size 3M
5         missingok
6         errors root@localhost
7         compress
8         postrotate
9                 /usr/bin/killall -HUP tac_plus 2> /dev/null || true
10         endscript
11 }
12
13 /var/log/tac_acc.log {
14         size 5M
15         missingok
16         errors root@localhost
17         nocompress
18         postrotate
19                 /usr/bin/killall -HUP tac_plus 2> /dev/null || true
20         endscript
21 }