]> git.pld-linux.org Git - packages/asterisk.git/blob - asterisk.logrotate
f1f6e71b73733c806293dbe7d4a46573e59f5c2c
[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         su root asterisk
8         create 640 asterisk asterisk
9         daily
10         missingok
11         compress
12         delaycompress
13         rotate 30
14         sharedscripts
15         postrotate
16                 /sbin/service asterisk logger-reload
17         endscript
18 }
This page took 0.025989 seconds and 2 git commands to generate.