10 lines
210 B
Text
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
|
|
}
|