This file is indexed.

/etc/default/tarantool is in tarantool-common 1.6.7.588.g76bbd9c-1build1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
-- Options for Tarantool
default_cfg = {
    pid_file   = "/var/run/tarantool", -- will become pid_file .. instance .. '.pid'
    wal_dir    = "/var/lib/tarantool", -- will become wal_dir/instance/
    snap_dir   = "/var/lib/tarantool", -- snap_dir/instance/
    sophia_dir = "/var/lib/tarantool", -- will become sophia_dir/sophia/instance/
    logger     = "/var/log/tarantool", -- logger/instance .. '.log'
    username   = "tarantool",
}

instance_dir = "/etc/tarantool/instances.enabled"

-- vim: set ft=lua :