| DIR: /etc/logrotate.d/ |
| Current File : //etc/logrotate.d/monit |
/var/log/monit/*.log {
missingok
notifempty
size 100k
rotate 8
compress
create 0644 root root
postrotate
/sbin/service monit condrestart > /dev/null 2>&1 || :
endscript
}
|