From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59323) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dWOTJ-00021I-Db for guix-patches@gnu.org; Sat, 15 Jul 2017 10:55:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dWOTG-0003fD-CU for guix-patches@gnu.org; Sat, 15 Jul 2017 10:55:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:37816) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dWOTG-0003f8-9a for guix-patches@gnu.org; Sat, 15 Jul 2017 10:55:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dWOTG-00085L-49 for guix-patches@gnu.org; Sat, 15 Jul 2017 10:55:02 -0400 Subject: [bug#27707] [PATCH] Remove task from 'guix-daemon.conf'. Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59263) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dWOSk-0001ze-DD for guix-patches@gnu.org; Sat, 15 Jul 2017 10:54:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dWOSh-0003aW-BZ for guix-patches@gnu.org; Sat, 15 Jul 2017 10:54:30 -0400 Received: from mira.cbaines.net ([2a01:7e00::f03c:91ff:fe69:8da9]:60594) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dWOSh-0003a2-5s for guix-patches@gnu.org; Sat, 15 Jul 2017 10:54:27 -0400 Received: from localhost (cpc102582-walt20-2-0-cust14.13-2.cable.virginm.net [86.27.34.15]) by mira.cbaines.net (Postfix) with ESMTPSA id E057B13D1D0 for ; Sat, 15 Jul 2017 15:54:22 +0100 (BST) Received: from localhost.localdomain (localhost [127.0.0.1]) by localhost (OpenSMTPD) with ESMTP id 1f024775 for ; Sat, 15 Jul 2017 14:54:22 +0000 (UTC) From: Christopher Baines Date: Sat, 15 Jul 2017 15:54:17 +0100 Message-Id: <20170715145417.14653-1-mail@cbaines.net> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 27707@debbugs.gnu.org The 'task' means that events that led to this job starting will be blocked until it has stopped. Tasks are short lived jobs, whereas the guix-daemon is a long lived service. Including 'task' means that attempts to start the guix-daemon appear to hang, as upstart waits for it to exit. * etc/guix-daemon.conf.in: Remove 'task'. --- etc/guix-daemon.conf.in | 2 -- 1 file changed, 2 deletions(-) diff --git a/etc/guix-daemon.conf.in b/etc/guix-daemon.conf.in index 09c70cde3..74706055f 100644 --- a/etc/guix-daemon.conf.in +++ b/etc/guix-daemon.conf.in @@ -7,6 +7,4 @@ start on runlevel [2345] stop on runlevel [016] -task - exec @localstatedir@/guix/profiles/per-user/root/guix-profile/bin/guix-daemon --build-users-group=guixbuild -- 2.13.1