metal/mtce-common/cgts-mtce-common-1.0/pmon/scripts/pmon.logrotate
Dean Troyer 18922761a6 StarlingX open source release updates
Signed-off-by: Dean Troyer <dtroyer@gmail.com>
2018-05-31 07:36:43 -07:00

17 lines
228 B
Plaintext
Executable File

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