mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-13 16:09:45 +08:00
11 lines
210 B
Plaintext
11 lines
210 B
Plaintext
/var/log/hyperkitty/*.log {
|
|
missingok
|
|
notifempty
|
|
sharedscripts
|
|
delaycompress
|
|
su root apache
|
|
postrotate
|
|
/sbin/service httpd reload > /dev/null 2>/dev/null || true
|
|
endscript
|
|
}
|