config/sysinv/cert-mon/files/cert-mon.logrotate

15 lines
204 B
Plaintext

/var/log/cert-mon.log
{
nodateext
size 10M
start 1
rotate 20
missingok
notifempty
compress
sharedscripts
postrotate
systemctl reload syslog-ng > /dev/null 2>&1 || true
endscript
}