initial commit of file from CVS for php-horde-horde on Fri 14 Jul 16:05:00 BST 2023
This commit is contained in:
10
horde-logrotate
Normal file
10
horde-logrotate
Normal file
@@ -0,0 +1,10 @@
|
||||
# Rotate Horde logs daily, only if not empty
|
||||
# Save 14 days old logs under compressed mode
|
||||
/var/log/horde/*.log {
|
||||
daily
|
||||
rotate 14
|
||||
compress
|
||||
notifempty
|
||||
missingok
|
||||
create 644 apache apache
|
||||
}
|
Reference in New Issue
Block a user