repo.or.cz
/
koha.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Bug 17140: Make rounding syspref controlled
[koha.git]
/
debian
/
koha-common.logrotate
blob
1f083fe69a24ce07c4c591963991e3e830a8f8fa
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
}