- moved here from sysv/
[util-vserver.git] / sysv / vcached.conf
1 # number of images to keep cached
2 slots=32
3
4 # fill the cache periodically (seconds)
5 period=$((60 * 15))
6
7 # nice adjustment
8 nice=10
9
10 # PID file
11 pidfile=/var/run/vcached.pid
12
13 # log file
14 logfile=/var/log/vcached.log
15
16 # run in foreground
17 foreground=0
18
19 # debug
20 debug=0
21
22 # run once
23 single=0