Subversion Repositories configs

Rev

Blame | Last modification | View Log | RSS feed

# Rotate OCS Inventory NG agent logs daily, only if not empty
# Save 7 days old logs under compressed mode
/var/log/ocsinventory-agent/*.log {
        daily
        rotate 7
        compress
        notifempty
        missingok
}