wok view glpi/stuff/logrotate.d/glpi @ rev 16374

Up: slitaz-configs (5.4) Getting ready for 5.0-RC1
author Christophe Lincoln <pankso@slitaz.org>
date Mon Apr 14 19:59:46 2014 +0200 (2014-04-14)
parents
children
line source
1 # Rotate GLPI logs daily, only if not empty
2 # Save 14 days old logs under compressed mode
3 /var/log/glpi/*.log {
4 daily
5 rotate 14
6 compress
7 notifempty
8 missingok
9 create 644 apache apache
10 }