From 9ad906d7b786088a0044c48906e352d6d89aeac5 Mon Sep 17 00:00:00 2001
From: Roman Tsisyk <roman@tsisyk.com>
Date: Thu, 21 Jan 2016 14:53:32 +0300
Subject: [PATCH] Fix #1052: add comments to tarantoolctl configuration

---
 extra/dist/default/tarantool.in | 16 +++++++++++++++-
 1 file changed, 15 insertions(+), 1 deletion(-)

diff --git a/extra/dist/default/tarantool.in b/extra/dist/default/tarantool.in
index 74d667e71b..b7f4212635 100644
--- a/extra/dist/default/tarantool.in
+++ b/extra/dist/default/tarantool.in
@@ -1,4 +1,18 @@
--- 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}/
-- 
GitLab