Advertisement
Guest User

Untitled

a guest
Jun 26th, 2016
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.29 KB | None | 0 0
  1. ;
  2. ; Configuration file for e4rat (reduce access time for ext4 filesystems)
  3. ; if option is not specified. e4rat will use default values.
  4. ;
  5. ; e4rat has a simple logging structure. Each event has a priority bit. The
  6. ; following priorities exist
  7. ; 1 errors
  8. ; 2 warnings
  9. ; 4 task statistics
  10. ; 8 information about a single step
  11. ; 16 debug message
  12.  
  13. ; Specify default verbosity level (DEFAULT: 7)
  14. ; verbose 7
  15.  
  16. ; Specify bit mask of log events written to disk (DEFAULT: 3)
  17. ; loglevel 3
  18.  
  19. ; collect only files which device type is ext4 (DEFAULT: true)
  20. ; ext4_only true
  21.  
  22. ; ignore already open files (DEFAULT: true)
  23. ; exclude_open_files true
  24.  
  25. ; timeout after collector will stop when started as init process (DEFAULT: 120)
  26. ; timeout 120
  27.  
  28. ; path to init process binary (DEFAULT: /sbin/init)
  29. ; init /sbin/init
  30.  
  31. ; Set target path log events should written to.
  32. ; If log_target is set so 'syslog' messages are send to syslogd.
  33. ; Default value is /dev/kmsg. It sends the messages to kernel's log ring buffer. (See also dmesg(1))
  34. ; log_target /dev/kmsg
  35.  
  36. ; default rearrangement mode for e4rat-realloc (DEFAULT: auto)
  37. ; defrag_mode auto
  38.  
  39. ; default path to startup log file (DEFAULT: /var/lib/e4rat/startup.log)
  40. ; startup_log_file /var/lib/e4rat/startup.log
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement