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

Down xorg-serveur (1.12.4), needs mesa 9.2+
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Jun 15 16:21:37 2018 +0200 (2018-06-15)
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 }