Repos with recipes to deploy some infrastructure services
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.
 
 

24 line
478 B

  1. /var/log/messages
  2. {
  3. maxsize 1G
  4. create 600 root root
  5. rotate 8
  6. daily
  7. compress
  8. missingok
  9. sharedscripts
  10. postrotate
  11. /bin/kill -HUP `cat /var/run/syslogd.pid 2> /dev/null` 2> /dev/null || true
  12. endscript
  13. }
  14. /var/log/cron
  15. /var/log/maillog
  16. /var/log/secure
  17. /var/log/spooler
  18. {
  19. missingok
  20. sharedscripts
  21. postrotate
  22. /bin/kill -HUP `cat /var/run/syslogd.pid 2> /dev/null` 2> /dev/null || true
  23. endscript
  24. }