ansible/files/lists-dev/hyperkitty.logrotate.conf

11 lines
210 B
Text
Raw Normal View History

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