source: npl/phone/asterisk/asterisk.logrotate @ b4abfab

perl-5.22
Last change on this file since b4abfab was c5c522c, checked in by Edwin Eefting <edwin@datux.nl>, 8 years ago

initial commit, transferred from cleaned syn3 svn tree

  • Property mode set to 100644
File size: 478 bytes
RevLine 
[c5c522c]1/var/log/asterisk/*log {
2   missingok
3   rotate 5
4   weekly
5   create 0640 nobody nogroup
6   postrotate
7       /usr/sbin/asterisk -rx 'logger reload' > /dev/null 2> /dev/null
8   endscript
9}
10
11/var/log/asterisk/full {
12   missingok
13   rotate 5
14   daily
15   create 0640 nobody nogroup
16   postrotate
17       /usr/sbin/asterisk -rx 'logger reload' > /dev/null 2> /dev/null
18   endscript
19}
20
21/var/log/asterisk/cdr-csv/*csv {
22  missingok
23  rotate 5
24  monthly
25  create 0640 nobody nogroup
26}
Note: See TracBrowser for help on using the repository browser.