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

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

last fixes for logrotate and docker scripts

File size: 199 bytes
Line 
1/var/log/httpd/*/*_log {
2 rotate 5
3 monthly
4 missingok
5 notifempty
6 compress
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.