]> git.pld-linux.org Git - packages/mongodb.git/blob - mongodb.logrotate
- added shared patch, build sharedclient again (seems fixed now)
[packages/mongodb.git] / mongodb.logrotate
1 /var/log/mongo/*.log {
2         olddir /var/log/archive/mongo
3         su mongod mongod
4         weekly
5         rotate 10
6         copytruncate
7         delaycompress
8         compress
9         notifempty
10         missingok
11 }
12
13
This page took 0.019891 seconds and 3 git commands to generate.