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

updated serd and serd-dev (0.30.0 -> 0.30.2)
author Hans-G?nter Theisgen
date Mon Apr 20 10:25:57 2020 +0100 (2020-04-20)
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 }