14 lines
258 B
Plaintext
14 lines
258 B
Plaintext
/var/log/mongodb/mongod.log {
|
|
daily
|
|
rotate 7
|
|
missingok
|
|
compress
|
|
delaycompress
|
|
notifempty
|
|
create 640 mongodb mongodb
|
|
sharedscripts
|
|
postrotate
|
|
/bin/kill -SIGUSR1 `cat /var/run/mongodb/mongod.pid 2>/dev/null` >/dev/null 2>&1
|
|
endscript
|
|
}
|