]> git.pld-linux.org Git - packages/asterisk.git/blame - asterisk.logrotate
- up to 1.4.24.1.
[packages/asterisk.git] / asterisk.logrotate
CommitLineData
b3826e10 1/var/log/asterisk/* /var/log/asterisk/*/* {
2 create 640 root logs
3 daily
4 missingok
5 compress
6 delaycompress
7 rotate 30
8 sharedscripts
9 postrotate
10 /sbin/service asterisk logger-reload
11 endscript
12}
This page took 0.026063 seconds and 4 git commands to generate.