summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConrad Kostecki <conikost@gentoo.org>2022-04-05 21:31:30 +0200
committerConrad Kostecki <conikost@gentoo.org>2022-04-05 21:31:44 +0200
commita57c5e54c6b898a2075ebf22a622e7f9a04fc8ce (patch)
tree0503268cacdffec39dc893d20e96534f841b34e3 /net-analyzer/rrdtool/files/rrdcached.confd-r1
parentdev-ruby/rrdtool-bindings: add 1.8.0 (diff)
downloadgentoo-a57c5e54c6b898a2075ebf22a622e7f9a04fc8ce.tar.gz
gentoo-a57c5e54c6b898a2075ebf22a622e7f9a04fc8ce.tar.bz2
gentoo-a57c5e54c6b898a2075ebf22a622e7f9a04fc8ce.zip
net-analyzer/rrdtool: add 1.8.0
Closes: https://bugs.gentoo.org/439652 Closes: https://bugs.gentoo.org/450674 Closes: https://bugs.gentoo.org/836576 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'net-analyzer/rrdtool/files/rrdcached.confd-r1')
-rw-r--r--net-analyzer/rrdtool/files/rrdcached.confd-r113
1 files changed, 13 insertions, 0 deletions
diff --git a/net-analyzer/rrdtool/files/rrdcached.confd-r1 b/net-analyzer/rrdtool/files/rrdcached.confd-r1
new file mode 100644
index 000000000000..99213acd1e1b
--- /dev/null
+++ b/net-analyzer/rrdtool/files/rrdcached.confd-r1
@@ -0,0 +1,13 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# Default user and group for the rrdcached daemon
+GROUP="rrdcached"
+USER="root"
+
+# Default options for the rrdcached daemon
+RRCACHE_ARGS="-B -F -m 770 -s rrdcached -l unix:/run/rrdcached.sock"
+
+# Default path for database and journal
+RRCACHE_DATABASE="/var/lib/rrdcached/db"
+RRCACHE_JOURNAL="/var/lib/rrdcached/journal"