Code

rrdcached.{default,init.d}: Set the default command line options.
[pkg-rrdtool.git] / debian / rrdcached.default
index 257f18901e9e174fc30117f33941a30d4515a0f6..2d61f8a7023a9e3ef062d5fa408225ce29586739 100644 (file)
@@ -4,6 +4,11 @@
 # default: 0
 DISABLE=0
 
+# options to be passed to rrdcached
+# (do not specify -p <pidfile> - this is handled by the init script)
+# default: -l unix:/var/run/rrdcached.sock -F
+OPTS="-l unix:/var/run/rrdcached.sock -F"
+
 # 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)