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