From a0123d9a76f43b4962513ad3f16af4c9362b2d5d Mon Sep 17 00:00:00 2001 From: Mark Huang Date: Thu, 26 Aug 2004 16:51:32 +0000 Subject: [PATCH] - move vcached configuration here --- sysv/vcached.conf | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 sysv/vcached.conf diff --git a/sysv/vcached.conf b/sysv/vcached.conf new file mode 100644 index 0000000..4dd5206 --- /dev/null +++ b/sysv/vcached.conf @@ -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 -- 2.43.0