fieat: sube versión de Koha
This commit is contained in:
15
koha/files/etc/logrotate.d/koha-core
Normal file
15
koha/files/etc/logrotate.d/koha-core
Normal file
@@ -0,0 +1,15 @@
|
||||
/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
|
||||
}
|
||||
Reference in New Issue
Block a user