]> git.pld-linux.org Git - packages/mongodb.git/blame - mongodb.logrotate
Version: 2.2.0
[packages/mongodb.git] / mongodb.logrotate
CommitLineData
69fbae1d 1/var/log/mongo/*.log {
8f59c17f 2 olddir /var/log/archive/mongo
51f3a0fb
JR
3 su mongod mongod
4 weekly
5 rotate 10
6 copytruncate
7 delaycompress
8 compress
9 notifempty
10 missingok
69fbae1d 11}
12
13
This page took 0.024755 seconds and 4 git commands to generate.