]> git.pld-linux.org Git - packages/asterisk.git/blob - asterisk.logrotate
- fix create permissions
[packages/asterisk.git] / asterisk.logrotate
1 /var/log/asterisk/* {
2         create 640 asterisk asterisk
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.076164 seconds and 4 git commands to generate.