]> git.pld-linux.org Git - packages/mongodb.git/blob - mongodb.logrotate
0b39d268ddd57f4d02a3e41fe8d48f578c60cf83
[packages/mongodb.git] / mongodb.logrotate
1 /var/log/mongo/*.log {
2         su mongod mongod
3         weekly
4         rotate 10
5         copytruncate
6         delaycompress
7         compress
8         notifempty
9         missingok
10 }
11
12
This page took 0.016249 seconds and 2 git commands to generate.