Sophie

Sophie

distrib > Fedora > 16 > i386 > by-pkgid > e0133c0f4434a79f6d170b35d1548b4f > files > 2

ocsinventory-agent-1.1.2.1-3.fc16.noarch.rpm

# 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
}