blob: 99213acd1e1bee069d3bf6069c2e0be6be930bef (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
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"
|