metal/mtce/src/hostw/scripts/hostw.logrotate

20 lines
332 B
Plaintext

#
# Copyright (c) 2020-2021 Wind River Systems, Inc.
#
# SPDX-License-Identifier: Apache-2.0
/var/log/hostwd.log
{
create 0640 root root
start 1
size 10M
rotate 20
compress
notifempty
missingok
postrotate
systemctl reload syslog-ng > /dev/null 2>&1 || true
endscript
delaycompress
}