ansible/files/lists-dev/hyperkitty.logrotate.conf
Seth Vidal 5372f26f07 merge abompards lists-dev playbook into main repo
mark some fixmes
move some files/inventory items around
2013-05-17 15:55:25 +00:00

10 lines
210 B
Text

/var/log/hyperkitty/*.log {
missingok
notifempty
sharedscripts
delaycompress
su root apache
postrotate
/sbin/service httpd reload > /dev/null 2>/dev/null || true
endscript
}