1
0
mirror of https://github.com/rancher/os.git synced 2025-07-18 09:01:03 +00:00
os/images/02-syslog/logrotate.d/syslog

14 lines
186 B
Plaintext
Raw Normal View History

/var/log/messages
/var/log/secure
/var/log/syslog
{
rotate 7
daily
delaycompress
missingok
sharedscripts
postrotate
/usr/bin/ros service kill --signal SIGHUP syslog
endscript
}