metal/mtce/src/scripts/crashdump.logrotate

19 lines
279 B
Plaintext

#
# Copyright (c) 2020-2021 Wind River Systems, Inc.
#
# SPDX-License-Identifier: Apache-2.0
/var/log/crash/vmcore.tar
/var/log/crash/vmcore_first.tar
{
size 1K
start 1
rotate 1
missingok
notifempty
compress
postrotate
rm -f $1
endscript
}