From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: services locally Date: Mon, 07 Nov 2016 09:46:21 +0100 Message-ID: <87k2cfy8wy.fsf@gnu.org> References: 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]:34787) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c3fZT-0007P2-7C for help-guix@gnu.org; Mon, 07 Nov 2016 03:46:27 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c3fZQ-0005oC-5H for help-guix@gnu.org; Mon, 07 Nov 2016 03:46:27 -0500 In-Reply-To: (catonano@gmail.com's message of "Sun, 6 Nov 2016 22:52:36 +0100") List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: Catonano Cc: help-guix Hi, Catonano skribis: > How can I have a Postgresql service in a Guix binary installation on top = of > Ubuntu ? Guix would only provide you with the PostgreSQL package, not with the service that=E2=80=99s described at , which is a GuixSD thing. So you could =E2=80=98guix package -i postgresql=E2=80=99, but then you=E2= =80=99d still need to have a systemd/Upstart/whatever service definition referring to ~/.guix-profile/bin/postgres. HTH, Ludo=E2=80=99.