/[smeserver]/rpms/php-horde-horde/sme10/horde-logrotate
ViewVC logotype

Contents of /rpms/php-horde-horde/sme10/horde-logrotate

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download)
Tue Jul 26 02:27:15 2016 UTC (7 years, 9 months ago) by unnilennium
Branch: MAIN
CVS Tags: php-horde-horde-5_2_11-2_el7_sme, php-horde-horde-5_2_11-1_el7, HEAD
initial import php-horde-horde

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 RSS 2.0 feed