guix-commits
[Top][All Lists]
Advanced

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

01/06: services: guix-build-coordinator: Specify a working directory.


From: guix-commits
Subject: 01/06: services: guix-build-coordinator: Specify a working directory.
Date: Sat, 26 Aug 2023 08:01:17 -0400 (EDT)

cbaines pushed a commit to branch master
in repository guix.

commit aba7c73d048f5c6cc3cf78e0fd84fe407c847bc6
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Sat Aug 26 12:09:36 2023 +0100

    services: guix-build-coordinator: Specify a working directory.
    
    Mostly so that core dumps end up here.
    
    * gnu/services/guix.scm (guix-build-coordinator-shepherd-services): Specify 
a
    working directory.
---
 gnu/services/guix.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/services/guix.scm b/gnu/services/guix.scm
index 81bfe45e4e..8bcce30cde 100644
--- a/gnu/services/guix.scm
+++ b/gnu/services/guix.scm
@@ -365,6 +365,7 @@
                               #:guile guile))
                      #:user #$user
                      #:group #$group
+                     #:directory "/var/lib/guix-build-coordinator"
                      #:pid-file "/var/run/guix-build-coordinator/pid"
                      ;; Allow time for migrations to run
                      #:pid-file-timeout 60



reply via email to

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