emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#27707: closed ([PATCH] Remove task from 'guix-daem


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#27707: closed ([PATCH] Remove task from 'guix-daemon.conf'.)
Date: Sun, 16 Jul 2017 05:44:01 +0000

Your message dated Sun, 16 Jul 2017 06:42:52 +0100
with message-id <address@hidden>
and subject line Re: [PATCH] Remove task from 'guix-daemon.conf'.
has caused the debbugs.gnu.org bug report #27707,
regarding [PATCH] Remove task from 'guix-daemon.conf'.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
27707: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=27707
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] Remove task from 'guix-daemon.conf'. Date: Sat, 15 Jul 2017 15:54:17 +0100
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




--- End Message ---
--- Begin Message --- Subject: Re: [PATCH] Remove task from 'guix-daemon.conf'. Date: Sun, 16 Jul 2017 06:42:52 +0100
On Sat, 15 Jul 2017 15:53:22 +0100
Christopher Baines <address@hidden> wrote:

> 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

I've now pushed this patch.

Attachment: pgpcSJOjzRwlb.pgp
Description: OpenPGP digital signature


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]