mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 20:16:58 +08:00
12 lines
407 B
Django/Jinja
12 lines
407 B
Django/Jinja
{{ mailman_webui_basedir }}/var/logs/*.log {
|
|
missingok
|
|
sharedscripts
|
|
su mailman mailman
|
|
postrotate
|
|
/bin/kill -HUP `cat {{ mailman_webui_basedir }}/var/master.pid 2>/dev/null` 2>/dev/null || true
|
|
# Don't run "mailman3 reopen" with SELinux on here in the logrotate
|
|
# context, it will be blocked
|
|
#/usr/bin/mailman3 reopen >/dev/null 2>&1 || true
|
|
endscript
|
|
}
|