Sophie

Sophie

distrib > Fedora > 14 > x86_64 > media > updates > by-pkgid > ec52fedac90be3160a12fd123a6dbfa3 > files > 2

ocsinventory-agent-1.1.2.1-1.fc14.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
}