From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Kost Subject: bug#29992: 'postgres' service doesn't stop Date: Tue, 09 Jan 2018 00:55:50 +0300 Message-ID: <87d12krp5l.fsf@gmail.com> References: <87mv1scodq.fsf@lassieur.org> <87373ghaza.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54098) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eYfPm-0006j5-7D for bug-guix@gnu.org; Mon, 08 Jan 2018 16:57:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eYfPi-0008D2-UH for bug-guix@gnu.org; Mon, 08 Jan 2018 16:57:06 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:33138) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eYfPi-0008Cu-Nz for bug-guix@gnu.org; Mon, 08 Jan 2018 16:57:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87373ghaza.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Mon, 08 Jan 2018 11:59:53 +0100") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 29992@debbugs.gnu.org, =?UTF-8?Q?Cl=C3=A9ment?= Lassieur Ludovic Court=C3=A8s (2018-01-08 11:59 +0100) wrote: > Perhaps the proper way to stop postgresql is via one of its client > commands, like we do for nginx? Regarding the commands: "pg_ctl" is the canonical tool to start/stop PostgreSQL server. Note: I don't use the Guix service for postgresql (instead I run postgres via my Shepherd user instance). --=20 Alex