Added Ubuntu 14.04 Trusty, didn't check if the configfiles are working

This commit is contained in:
Lednerb
2015-01-10 23:46:37 +01:00
parent 797db9aa8b
commit e21b923194
46 changed files with 1506 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
#
# Froxlor logrotate snipet
#
<CUSTOMER_LOGS>*.log {
missingok
weekly
rotate 4
compress
delaycompress
notifempty
create
sharedscripts
postrotate
<WEBSERVER_RELOAD_CMD> > /dev/null 2>&1 || true
endscript
}