summaryrefslogtreecommitdiff
blob: 84308b6e14d89fdb0d477a5fc57563ac09ad2705 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
diff -urN preload-0.6.4.orig/preload.sysconfig preload-0.6.4/preload.sysconfig
--- preload-0.6.4.orig/preload.sysconfig	2008-10-23 03:08:20.000000000 +0200
+++ preload-0.6.4/preload.sysconfig	2009-05-01 13:51:03.493828659 +0200
@@ -1,10 +1,30 @@
+# Copyright 1999-2008 Gentoo Foundation
+# $Id$
+# preload configuration file
+
+PIDFILE="/var/run/preload.pid"
+
+# verbosity. 0-10, Default is 1.
+#PRELOAD_VERBOSITY="1"
+
+# set this for niceness. Default is 15. Valid ranges are from -20 to 19. See
+# nice(1) man page.
+#PRELOAD_NICE="15"
+
+# log file (default is /var/log/preload.log )
+#PRELOAD_LOGFILE="/var/log/preload.log"
+
+# preload state file (default location is /var/lib/preload/preload.state )
+# Empty (commented out) means no state is saved.
+PRELOAD_STATEFILE="/var/lib/preload/preload.state"
+
 # Miminum memory that the system should have for preload to be launched.
-# In megabytes.
-MIN_MEMORY="256"
+# In megabytes. Currently unused.
+#MIN_MEMORY="256"
 
 # Command-line arguments to pass to the daemon.  Read preload(8) man page
 # for available options.
-PRELOAD_OPTS="--verbose 1"
+#PRELOAD_OPTS="--verbose 1"
 
-# Option to call ionice with.  Leave empty to skip ionice.
-IONICE_OPTS="-c3"
+# Option to call ionice with.  Leave empty to use defaults.
+#IONICE_OPTS="-c3"