]> git.pld-linux.org Git - packages/asterisk.git/blob - asterisk.logrotate
Release 2 (by relup.sh)
[packages/asterisk.git] / asterisk.logrotate
1 /var/log/asterisk/*_log
2 /var/log/asterisk/debug
3 /var/log/asterisk/console
4 /var/log/asterisk/messages
5 /var/log/asterisk/full
6 {
7         olddir /var/log/archive/asterisk
8         su root asterisk
9         create 640 asterisk asterisk
10         daily
11         missingok
12         compress
13         delaycompress
14         rotate 30
15         sharedscripts
16         postrotate
17                 /sbin/service asterisk logger-reload
18         endscript
19 }
This page took 0.085421 seconds and 3 git commands to generate.