blob: e168b46b14f7865593a63c3fc1449c724c468d09 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# Redict-sentinel user.
REDICT_SENTINEL_USER="redict"
# Redict-sentinel group.
REDICT_SENTINEL_GROUP="redict"
# Redict-sentinel configuration file.
REDICT_SENTINEL_CONF="/etc/redict/sentinel.conf"
# Redict-sentinel working directory.
REDICT_SENTINEL_DIR="/tmp"
# Specify the network service that corresponds to the "bind" setting
# in your sentinel.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"
|