From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arun Isaac Subject: Re: Configuring a service but not starting it on boot Date: Wed, 28 Nov 2018 21:41:13 +0530 Message-ID: References: <87y39dy28x.fsf@lassieur.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56138) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gS2R4-0007AJ-OA for help-guix@gnu.org; Wed, 28 Nov 2018 11:11:36 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gS2Qy-0006bc-Uj for help-guix@gnu.org; Wed, 28 Nov 2018 11:11:34 -0500 Received: from vultr.systemreboot.net ([45.77.148.100]:35358) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gS2Qy-0006Yv-BJ for help-guix@gnu.org; Wed, 28 Nov 2018 11:11:28 -0500 In-Reply-To: <87y39dy28x.fsf@lassieur.org> 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: =?utf-8?Q?Cl=C3=A9ment?= Lassieur Cc: help-guix@gnu.org > Attached is a hack I did a while ago. Hacks like the one you showed could work, but it would be nice to have a general purpose #:auto-start? property common to all services. Is there such a feature? If not, could we implement such a feature?