4 |
- |
1 |
# Readahead config file
|
|
|
2 |
|
|
|
3 |
#
|
|
|
4 |
# RAC -- Read-Ahead-Collector
|
|
|
5 |
#
|
|
|
6 |
|
|
|
7 |
# Raw audit data
|
|
|
8 |
#RAC_RAWLOG="/var/log/readahead-rac.log"
|
|
|
9 |
|
|
|
10 |
# Rac automatically finish after N seconds
|
|
|
11 |
RAC_MAXTIME="300"
|
|
|
12 |
|
|
|
13 |
# Path to init process
|
|
|
14 |
RAC_INITPATH="/sbin/init"
|
|
|
15 |
|
|
|
16 |
# Template of path where RAC will store final lists
|
|
|
17 |
# -- %s will be replaced by "early" or "later"
|
|
|
18 |
RAC_LISTSPATH="/var/lib/readahead/custom.%s"
|
|
|
19 |
|
|
|
20 |
# Ignore syscalls from:
|
|
|
21 |
RAC_EXECIGN="/sbin/readahead"
|
|
|
22 |
|
|
|
23 |
# Exclude dirs
|
|
|
24 |
RAC_EXCLUDE="/proc /sys /dev /var /home /tmp /media /selinux /mnt /usr/src /usr/include /lib/modules /usr/lib/gcc /usr/lib64/gcc /usr/lib/locale /usr/libexec/gcc"
|
|
|
25 |
|
|
|
26 |
# A first filename in the list
|
|
|
27 |
# RAC_LISTBEGIN="/etc/rc.d/init.d/readahead_early"
|
|
|
28 |
|
|
|
29 |
# A filename which is a separator between early and later readahead
|
|
|
30 |
# RAC_LISTSEP="/etc/rc.d/init.d/readahead_later"
|
|
|
31 |
|
|
|
32 |
# On/Off debug mode (see also "-d" option)
|
|
|
33 |
RAC_DEBUG="off"
|
|
|
34 |
|
|
|
35 |
# On debug mode all debug messages goes to this file
|
|
|
36 |
RAC_DEBUGLOG="/dev/.readahead-rac.debug"
|