From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: Don't auto-start a service in Shepherd Date: Fri, 02 Mar 2018 14:44:39 +0100 Message-ID: <871sh2fv7c.fsf@gnu.org> References: <20180223102236.0aef2eac@mykolab.com> <87fu5qyqe2.fsf@zancanaro.id.au> <20180226114205.70f8965c@mykolab.com> 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]:56375) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1erkzN-0003hI-N4 for help-guix@gnu.org; Fri, 02 Mar 2018 08:44:46 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1erkzK-0001Dd-Jg for help-guix@gnu.org; Fri, 02 Mar 2018 08:44:45 -0500 Received: from hera.aquilenet.fr ([2a0c:e300::1]:53540) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1erkzK-0001Bx-D2 for help-guix@gnu.org; Fri, 02 Mar 2018 08:44:42 -0500 In-Reply-To: <20180226114205.70f8965c@mykolab.com> (Rutger Helling's message of "Mon, 26 Feb 2018 11:42:05 +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: Rutger Helling Cc: Carlo Zancanaro , help-guix@gnu.org Hello, Rutger Helling skribis: > Thanks for the replies. My use case is that I don't want to auto-start > SDDM, since I usually start GNOME (Wayland) from the TTY. However there > are certain cases where I want to start GNOME on X11, for which I do > need SDDM. > > On systemd you can do "systemctl disable service", so I was wondering if > there was an equivelant command in Shepherd. Removing the > service entirely and reconfiguring every time I want to start SDDM > isn't really what I'm looking for. > > I'll have a look at `auto-start?`. I think it would be nice if all > services exposed this option. Currently the simplest solution is to expose it for services where the need is widespread. Longer-term we may want a more generic mechanism like . Thanks, Ludo=E2=80=99.