]> git.pld-linux.org Git - packages/mongodb.git/blob - mongodb.logrotate
- fixed libraries ordering for linking
[packages/mongodb.git] / mongodb.logrotate
1 /var/log/mongo/*.log {
2   weekly
3   rotate 10
4   copytruncate
5   delaycompress
6   compress
7   notifempty
8   missingok
9 }
10
11
This page took 0.034101 seconds and 4 git commands to generate.