您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

log2ram.logrotate 153 B

12345678910111213
  1. /var/log/log2ram.log
  2. {
  3. rotate 7
  4. daily
  5. missingok
  6. notifempty
  7. delaycompress
  8. compress
  9. postrotate
  10. log2ram rotate > /dev/null
  11. endscript
  12. }