wok diff 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 diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/glpi/stuff/logrotate.d/glpi	Fri Jun 15 16:21:37 2018 +0200
     1.3 @@ -0,0 +1,10 @@
     1.4 +# Rotate GLPI logs daily, only if not empty
     1.5 +# Save 14 days old logs under compressed mode
     1.6 +/var/log/glpi/*.log {
     1.7 +    daily
     1.8 +    rotate 14
     1.9 +    compress
    1.10 +    notifempty
    1.11 +    missingok
    1.12 +    create 644 apache apache
    1.13 +}