script di cron e logrotate

This commit is contained in:
root 2015-06-25 15:58:10 +02:00
parent fae2294854
commit ba9e5abd01
2 changed files with 35 additions and 0 deletions

8
sys/llmongo.logrotate Normal file
View file

@ -0,0 +1,8 @@
/opt/llmongo/log/*.log {
rotate 10
daily
compress
missingok
notifempty
}