source: MondoRescue/branches/3.3/ansible/roles/httpd/files/mondorescue.logrot@ 3671

Last change on this file since 3671 was 3671, checked in by Bruno Cornec, 7 years ago

Adds management of log rotation for mondorescue sites

File size: 201 bytes
Line 
1/var/log/httpd/*/*_log {
2 rotate 5
3 monthly
4 missingok
5 notifempty
6 nocompress
7 postrotate
8 /bin/systemctl reload httpd.service > /dev/null 2>/dev/null || true
9 endscript
10}
Note: See TracBrowser for help on using the repository browser.