Parent Directory | Revision Log | Revision Graph
initial import php-horde-horde
1 | unnilennium | 1.1 | # Rotate Horde logs daily, only if not empty |
2 | # Save 14 days old logs under compressed mode | ||
3 | /var/log/horde/*.log { | ||
4 | daily | ||
5 | rotate 14 | ||
6 | compress | ||
7 | notifempty | ||
8 | missingok | ||
9 | create 644 apache apache | ||
10 | } |
admin@koozali.org | ViewVC Help |
Powered by ViewVC 1.2.1 |