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