initial commit of file from CVS for php-horde-horde on Fri 14 Jul 16:05:00 BST 2023

This commit is contained in:
Brian Read
2023-07-14 16:05:00 +01:00
parent 3d99fd7ba7
commit 6d42b0ccb0
8 changed files with 547 additions and 1 deletions

10
horde-logrotate Normal file
View 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
}