1 # Readahead config file
6 # /etc/rc.d/functions.d/readahead Configuration
10 # If readahead-collectos is called, then wait x seconds until X and Login Manager started up.
11 TIMEOUT_SWITCH_TO_LATER="8"
13 # If readahead-collectos is called, then kill it after x seconds of login.
14 TIMEOUT_AFTER_LOGIN="25"
18 # RAC -- Read-Ahead-Collector
22 #RAC_RAWLOG="/var/log/readahead-rac.log"
24 # Rac automatically finish after N seconds
27 # Path to init process
28 RAC_INITPATH="/sbin/init"
30 # Template of path where RAC will store final lists
31 # -- %s will be replaced by "early" or "later"
32 RAC_LISTSPATH="/etc/readahead.d/custom.%s"
34 # Ignore syscalls from:
35 RAC_EXECIGN="/sbin/readahead /usr/sbin/preload"
38 RAC_EXCLUDE="/proc /sys /dev /var/log /var/run /var/lock /home /tmp /var/tmp /media /selinux /mnt"
40 # A first filename in the list
41 # RAC_LISTBEGIN="/etc/init.d/readahead_early"
43 # A filename which is a separator between early and later readahead
44 RAC_LISTSEP="/.switch-collector-to-later"
46 # On/Off debug mode (see also "-d" option)
49 # On debug mode all debug messages goes to this file
50 RAC_DEBUGLOG="/dev/.readahead-rac.debug"