wok diff glpi/stuff/logrotate.d/glpi @ rev 11699

Up: slitaz-boot-scripts (4.6.1)
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Sun Feb 19 12:08:34 2012 +0100 (2012-02-19)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/glpi/stuff/logrotate.d/glpi	Sun Feb 19 12:08:34 2012 +0100
     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 +}