mise au point, separation spec iep dans role separé
This commit is contained in:
15
templates/logrotate.koha
Normal file
15
templates/logrotate.koha
Normal file
@@ -0,0 +1,15 @@
|
||||
# Rotate log files for all Koha instances.
|
||||
|
||||
{{ koha_install_dir }}/var/log/*log {
|
||||
rotate 5
|
||||
weekly
|
||||
missingok
|
||||
compress
|
||||
delaycompress
|
||||
notifempty
|
||||
sharedscripts
|
||||
postrotate
|
||||
/bin/systemctl restart plack.service zebrasrv.service koha-sip
|
||||
endscript
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user