- move vcached configuration here
[util-vserver.git] / sysv / vcached.conf
diff --git a/sysv/vcached.conf b/sysv/vcached.conf
new file mode 100644 (file)
index 0000000..4dd5206
--- /dev/null
@@ -0,0 +1,20 @@
+# number of images to keep cached
+slots=32
+
+# fill the cache periodically (seconds)
+period=$((60 * 15))
+
+# nice adjustment
+nice=10
+
+# PID file
+pidfile=/var/run/vcached.pid
+
+# log file
+logfile=/var/log/vcached.log
+
+# run in foreground
+foreground=0
+
+# debug
+debug=0