source:
MondoRescue/branches/3.3/ansible/roles/httpd/files/mondorescue.logrot@
3673
| Last change on this file since 3673 was 3671, checked in by , 9 years ago | |
|---|---|
| File size: 201 bytes | |
| Rev | Line | |
|---|---|---|
| [3671] | 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.
