From: Mark Huang Date: Thu, 26 Aug 2004 16:51:32 +0000 (+0000) Subject: - move vcached configuration here X-Git-Tag: after-util-vserver-0_30_208-revert~265 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=a0123d9a76f43b4962513ad3f16af4c9362b2d5d;p=util-vserver.git - move vcached configuration here --- 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