Files
biblioteca/koha/files/etc/logrotate.d/koha-core
aitor c. urrutia aranburu 397e816221 fieat: sube versión de Koha
2026-06-29 19:26:08 +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
}