I've adapted an init script for rrdcached, and also incorporated it into
[rrdtool.git] / etc / rrdcached-default
1
2 RUN_RRDCACHED=0
3
4 RRDCACHED_USER="nobody"
5
6 OPTS="-w 300 -z 300"
7
8 PIDFILE="/var/run/rrdcached/rrdcached.pid"
9
10 SOCKFILE="/var/run/rrdcached/rrdcached.sock"
11
12 SOCKPERMS=0666
13
14