blob: 360ac5048b51eb02310a64fc83938b26aad4702d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
#########################################################
#
#
# After install you'll need:
#
# Edit/copy example config:
# %%ETCDIR%%/tarantool.cfg.sample to
# %%ETCDIR%%/tarantool.cfg
#
# Configuration at /etc/rc.conf:
#
# * Enable tarantool on startup:
# tarantool_enable="YES"
# * Change config (Default %%ETCDIR%%/tarantool.cfg):
# tarantool_config="%%ETCDIR%%/tarantool.cfg"
# * Path to storage, depended by option work_dir at:
# %%ETCDIR%%/tarantool.cfg
# tarantool_data="/var/db/tarantool"
#
#
#########################################################
|