You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
153 B

  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. }