summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 951e4c4)
raw | patch | inline | side by side (parent: 951e4c4)
author | Sebastian Harl <sh@tokkee.org> | |
Wed, 30 Sep 2009 19:06:55 +0000 (21:06 +0200) | ||
committer | Sebastian 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 | patch | blob | history | |
debian/rrdcached.init.d | patch | blob | history |
index 257f18901e9e174fc30117f33941a30d4515a0f6..2d61f8a7023a9e3ef062d5fa408225ce29586739 100644 (file)
--- a/debian/rrdcached.default
+++ b/debian/rrdcached.default
# 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)
--- a/debian/rrdcached.init.d
+++ b/debian/rrdcached.init.d
DESC="RRDtool data caching daemon"
NAME=rrdcached
DAEMON=/usr/bin/rrdcached
+OPTS="-l unix:/var/run/rrdcached.sock -F"
PIDFILE=/var/run/rrdcached.pid