abrt-2.0.12-r1-conf 687 B

12345678910111213141516171819202122232425262728
  1. # abrtd command-line options
  2. # Default: ""
  3. ABRTD_OPTS=""
  4. # Run abrt-harvest-vmcore to make new kdump dumps available for abrtd
  5. START_VMCORE="yes"
  6. # Install abrt-ccpp hook to watch for segfaults
  7. START_CCPP="yes"
  8. # Call abrt-dump-oops to log kernel oops
  9. START_OOPS="yes"
  10. # log file to watch for kernel oops
  11. # Default: "/var/log/messages"
  12. OOPS_WATCH_LOG="/var/log/messages"
  13. # abrt-dump-oops command-line options
  14. # Default: "-xD"
  15. OOPS_DUMP_OPTS="-xD"
  16. # Call abrt-dump-xorg to log X crashes
  17. START_XORG="yes"
  18. # log file to watch for X crashes
  19. # Default: "/var/log/Xorg.0.log"
  20. XORG_WATCH_LOG="/var/log/Xorg.0.log"
  21. # abrt-dump-xorg command-line options
  22. # Default: "-xD"
  23. XORG_DUMP_OPTS="-xD"