Bug 6482 - allow the mysql details to be changed during koha-create
[koha.git] / debian / koha-common.logrotate
1 # Rotate log files for all Koha instances.
2
3 /var/log/koha/*/*.log {
4     rotate 5
5     weekly
6     missingok
7     compress
8     delaycompress
9     notifempty
10     sharedscripts
11     postrotate
12         /etc/init.d/apache2 reload > /dev/null
13     endscript
14 }