wok annotate glpi/stuff/logrotate.d/glpi @ rev 19174

syslinux/isolinux.cfg: force 32-bit framebuffer
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Thu Jun 02 18:18:02 2016 +0300 (2016-06-02)
parents
children
rev   line source
erjo@8353 1 # Rotate GLPI logs daily, only if not empty
erjo@8353 2 # Save 14 days old logs under compressed mode
erjo@8353 3 /var/log/glpi/*.log {
erjo@8353 4 daily
erjo@8353 5 rotate 14
erjo@8353 6 compress
erjo@8353 7 notifempty
erjo@8353 8 missingok
erjo@8353 9 create 644 apache apache
erjo@8353 10 }