e-smith-cvm-unix-local/root/etc/logrotate.d/cvm

14 lines
227 B
Plaintext
Raw Permalink Normal View History

/var/log/cvm/*.log {
create 640 root root
notifempty
daily
rotate 28
missingok
compress
delaycompress
postrotate
/usr/bin/systemctl restart cvm-unix
endscript
}