Skip to content
Snippets Groups Projects
Commit 9ad906d7 authored by Roman Tsisyk's avatar Roman Tsisyk
Browse files

Fix #1052: add comments to tarantoolctl configuration

parent b57d6115
No related branches found
No related tags found
No related merge requests found
-- Options for Tarantool
--
-- System-wide settings for tarantoolctl and init scripts
--
-- This file was configured by the package maintainers and you probably
-- don't want to change it. Please complain about your custom configuration
-- directly to upstream's bug tracker rather than to your distro.
--
-- Settings below should be kept in sync with:
--
-- * logrotate configuration
-- * tarantool.service unit
-- * systemd-tmpfiles configuration
-- * directory structure and permissions
--
default_cfg = {
pid_file = "@TARANTOOL_RUNDIR@", -- @TARANTOOL_RUNDIR@/${INSTANCE}.pid
wal_dir = "@TARANTOOL_DATADIR@", -- @TARANTOOL_DATADIR@/${INSTANCE}/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment