merge abompards lists-dev playbook into main repo
mark some fixmes move some files/inventory items around
This commit is contained in:
parent
c07f5a9e24
commit
5372f26f07
19 changed files with 1358 additions and 24 deletions
10
files/lists-dev/hyperkitty.logrotate.conf
Normal file
10
files/lists-dev/hyperkitty.logrotate.conf
Normal file
|
@ -0,0 +1,10 @@
|
|||
/var/log/hyperkitty/*.log {
|
||||
missingok
|
||||
notifempty
|
||||
sharedscripts
|
||||
delaycompress
|
||||
su root apache
|
||||
postrotate
|
||||
/sbin/service httpd reload > /dev/null 2>/dev/null || true
|
||||
endscript
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue