Code

rrdcached.{default,init.d}: Set the default command line options.
authorSebastian Harl <sh@tokkee.org>
Wed, 30 Sep 2009 19:06:55 +0000 (21:06 +0200)
committerSebastian Harl <sh@tokkee.org>
Wed, 30 Sep 2009 19:06:55 +0000 (21:06 +0200)
Using '-l unix:/var/run/rrdcached.sock -F' for now.

debian/rrdcached.default
debian/rrdcached.init.d

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)
index 48c629cf4f151e2b899532a0a418af8d6e3ee297..7c9e5d0dbd3220591eaf7d2c775290ab911c54db 100755 (executable)
@@ -29,6 +29,7 @@ DISABLE=0
 DESC="RRDtool data caching daemon"
 NAME=rrdcached
 DAEMON=/usr/bin/rrdcached
+OPTS="-l unix:/var/run/rrdcached.sock -F"
 
 PIDFILE=/var/run/rrdcached.pid