/etc/default/rrdcached is in rrdcached 1.4.7-2ubuntu5.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | # /etc/default/rrdcached
# 0: start rrdcached on boot, 1: do not start rrdcached on boot
# default: 0
DISABLE=0
# options to be passed to rrdcached
# (do not specify -p <pidfile> - this is handled by the init script)
# default: see /etc/init.d/rrdcached
#OPTS=""
# number of seconds to wait for rrdcached to shut down
# (writing the data to disk may take some time;
# tune this according to your setup)
# default: 30
MAXWAIT=30
# 0: do not enable core-files, 1: enable core-files ... if rrdcached crashes
# default: 0
ENABLE_COREFILES=0
|