From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP id 9FF1D256F5 for ; Mon, 12 Aug 2019 17:42:14 -0400 (EDT) Received: from turing.freelists.org ([127.0.0.1]) by localhost (turing.freelists.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id kUPtCgXN8yNM for ; Mon, 12 Aug 2019 17:42:14 -0400 (EDT) Received: from smtp48.i.mail.ru (smtp48.i.mail.ru [94.100.177.108]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTPS id 6126A256E2 for ; Mon, 12 Aug 2019 17:42:14 -0400 (EDT) Date: Tue, 13 Aug 2019 00:42:12 +0300 From: Konstantin Osipov Subject: [tarantool-patches] Re: [PATCH] Make `tarantoolctl start` work withiout box.cfg in init script Message-ID: <20190812214212.GL32337@atlas> References: <20190809081022.1237-1-m.melentiev@corp.mail.ru> <5668311.GLNk2tWfSB@localhost> <20190812132452.GB9305@atlas> <5529040.u0ZvfgNaiR@localhost> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <5529040.u0ZvfgNaiR@localhost> Sender: tarantool-patches-bounce@freelists.org Errors-to: tarantool-patches-bounce@freelists.org Reply-To: tarantool-patches@freelists.org List-Help: List-Unsubscribe: List-software: Ecartis version 1.0.0 List-Id: tarantool-patches List-Subscribe: List-Owner: List-post: List-Archive: To: =?utf-8?B?0JPQtdC+0YDQs9C40Lkg0JrQuNGA0LjRh9C10L3QutC+?= Cc: tarantool-patches@freelists.org, Maxim Melentiev , k.nazarov@corp.mail.ru * Георгий Кириченко [19/08/12 19:12]: > There is completely no problem with systemd because there is nothing to do as > system already able to daemonize a service and track it's state (including > starting->started switch). > > Out issue stems from a no-systemd environment when user starts service without > root-privileges and/or on-systemd installations. In no systemd environment we still can use systemd socket. This is what the original patch does already. The child process can communicate its state using this socket. -- Konstantin Osipov, Moscow, Russia