summaryrefslogtreecommitdiff
path: root/dev-db/redict/files/redict.confd
blob: 02814e18f1404818efe05e7c3843b6e3f4b942c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Redict user.
REDICT_USER="redict"

# Redict group.
REDICT_GROUP="redict"

# Redict configuration file.
REDICT_CONF="/etc/redict/redict.conf"

# Redict dump directory.
REDICT_DIR="/var/lib/redict"

# Redict options.
# (Redict expects the first argument to be the configuration file.)
REDICT_OPTS="${REDICT_CONF}"

# Specify the network service that corresponds to the "bind" setting
# in your redict.conf. For example, if you bind to 127.0.0.1, this should
# be set to "net.lo" which provides the loopback interface.
rc_need="net.lo"