From: Alexander Turenko <alexander.turenko@tarantool.org>
To: Olga Arkhangelskaia <arkholga@tarantool.org>
Cc: tarantool-patches@dev.tarantool.org
Subject: Re: [Tarantool-patches] [PATCH v2] build: don't start example instance in postinstall
Date: Mon, 9 Nov 2020 07:20:46 +0300 [thread overview]
Message-ID: <20201109042046.jq3lenqpa7rskann@tkn_work_nb> (raw)
In-Reply-To: <20200610123907.tp5gskw66cacy23l@tkn_work_nb>
On Wed, Jun 10, 2020 at 03:39:10PM +0300, Alexander Turenko wrote:
> LGTM.
>
> Pushed to master and 2.4. CCed Kirill.
Pushed to 1.10 as well (1.10.8-14-g47dcd9262).
> @ChangeLog
>
> - Don't start 'example' instance after installing tarantool (gh-4507).
>
> Before this release tarantool package for Debian and Ubuntu
> automatically enable and start 'example' instance, which listens on
> the TCP port 3301. Starting from this release the instance file is
> installed to /etc/tarantool/instances.available/example.lua, but is
> not enabled by default and not started anymore. One may perform the
> following actions to enable and start it:
>
> ```
> # ln -s /etc/tarantool/instances.available/example.lua \
> /etc/tarantool/instances.enabled/example.lua
> # systemctl start tarantool@example
> ```
>
> Existing configuration will not be updated automatically at package
> update, so manual actions are required to stop and disable the
> instance (if it is not needed, of course):
>
> ```
> # systemctl stop tarantool@example
> # rm /etc/tarantool/instances.enabled/example.lua
> ```
Added into 1.10.9 release notes draft.
next prev parent reply other threads:[~2020-11-09 4:20 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-06-09 11:40 Olga Arkhangelskaia
2020-06-10 12:39 ` Alexander Turenko
2020-11-09 4:20 ` Alexander Turenko [this message]
2020-06-10 12:39 ` Igor Munkin
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20201109042046.jq3lenqpa7rskann@tkn_work_nb \
--to=alexander.turenko@tarantool.org \
--cc=arkholga@tarantool.org \
--cc=tarantool-patches@dev.tarantool.org \
--subject='Re: [Tarantool-patches] [PATCH v2] build: don'\''t start example instance in postinstall' \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox