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: Fri, 30 Nov 2018 14:33:03 +0530 Message-ID: References: <87y39dy28x.fsf@lassieur.org> <87ftvl15ll.fsf@gnu.org> <87sgzk5faq.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57575) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gSehp-0000qm-Kr for help-guix@gnu.org; Fri, 30 Nov 2018 04:03:29 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gSehm-0003oq-8k for help-guix@gnu.org; Fri, 30 Nov 2018 04:03:25 -0500 In-Reply-To: <87sgzk5faq.fsf@gnu.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: Ludovic =?utf-8?Q?Court=C3=A8s?= Cc: help-guix@gnu.org > One thing I proposed long ago is this: > . It would allow us to address > this kind of issue but it has the drawback that it makes it harder to > reason about the relationships among services: anything can happen. I can see how the proposed finalization service can be inelegant. But, I don't have any insight to offer. So, for now, I'll just use hacks like the one Clement proposed.