nfv/mtce-guest/src/scripts/guestAgent.logrotate

17 lines
237 B
Plaintext

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