Bug 29881: libdbd-sqlite2-perl is unavailable on deb12 (koha-common wont install)
[koha.git] / debian / koha-core.logrotate
1 # Rotate log files for all Koha instances.
2
3 /var/log/koha/*/*.log {
4     rotate 5
5     weekly
6     missingok
7     copytruncate
8     compress
9     delaycompress
10     notifempty
11     sharedscripts
12     postrotate
13         /etc/init.d/apache2 reload > /dev/null
14     endscript
15 }