koha-docker/files/etc/logrotate.d/koha-core
2023-02-18 13:52:14 +02:00

16 lines
322 B
Plaintext

/var/log/koha/*/*.log {
rotate 5
weekly
missingok
copytruncate
compress
delaycompress
notifempty
sharedscripts
postrotate
/command/s6-svc -h /run/service/apache2
/command/s6-svc -r /run/service/plack
/command/s6-svc -r /run/service/zebra-indexer
endscript
}