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