Code

control: Updated standards-version to 3.9.5 -- no changes.
[pkg-rrdtool.git] / debian / rrdcached.default
1 # /etc/default/rrdcached
3 # 0: start rrdcached on boot, 1: do not start rrdcached on boot
4 # default: 0
5 DISABLE=0
7 # options to be passed to rrdcached
8 # (do not specify -p <pidfile> - this is handled by the init script)
9 # default: see /etc/init.d/rrdcached
10 #OPTS=""
12 # number of seconds to wait for rrdcached to shut down
13 # (writing the data to disk may take some time;
14 # tune this according to your setup)
15 # default: 30
16 MAXWAIT=30
18 # 0: do not enable core-files, 1: enable core-files ... if rrdcached crashes
19 # default: 0
20 ENABLE_COREFILES=0