diff options
author | Christopher Baines <mail@cbaines.net> | 2023-08-26 12:09:36 +0100 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2023-08-26 12:18:08 +0100 |
commit | aba7c73d048f5c6cc3cf78e0fd84fe407c847bc6 (patch) | |
tree | d20371e7ad1ea04b1046370fdd15a420cd859197 /gnu | |
parent | eeb71d778f149834015858467fbeeb1276d96d1d (diff) | |
download | guix-aba7c73d048f5c6cc3cf78e0fd84fe407c847bc6.tar.gz guix-aba7c73d048f5c6cc3cf78e0fd84fe407c847bc6.zip |
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.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/services/guix.scm | 1 |
1 files changed, 1 insertions, 0 deletions
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 |