guix-commits
[Top][All Lists]
Advanced

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

01/01: Remove task from 'guix-daemon.conf'.


From: Christopher Baines
Subject: 01/01: Remove task from 'guix-daemon.conf'.
Date: Sat, 15 Jul 2017 17:13:17 -0400 (EDT)

cbaines pushed a commit to branch master
in repository guix.

commit 08f47d7e3e4ce2e31d8964eb42f16030859a006c
Author: Christopher Baines <address@hidden>
Date:   Sat Jul 15 15:36:56 2017 +0100

    Remove task from 'guix-daemon.conf'.
    
    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 09c70cd..7470605 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



reply via email to

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