diff options
| author | Christopher Baines <mail@cbaines.net> | 2026-08-17 20:33:38 +0100 |
|---|---|---|
| committer | Christopher Baines <mail@cbaines.net> | 2026-08-17 20:33:38 +0100 |
| commit | de1d58f01bd3bd4de834f8c14e0314f88f8a6b2e (patch) | |
| tree | 9f6dd4b50b5562007fa972ab6e0b2089ecd9cd94 /gnu/services | |
| parent | dca3c26af6d4fb24c468ad43696c8c1b85fcc85b (diff) | |
gnu: services: guix: Change directory for build coordinator agent.
So that it can write core files to the current working directory, as
previously it was running in /.
* gnu/services/guix.scm (guix-build-coordinator-agent-shepherd-services): Set
#:directory to /var/log/guix-build-coordinator.
Change-Id: Ie002c6a5729f421f32741f5121693d6ac5cb8f6e
Diffstat (limited to 'gnu/services')
| -rw-r--r-- | gnu/services/guix.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/services/guix.scm b/gnu/services/guix.scm index 0dfb67e661c..adf4990fde4 100644 --- a/gnu/services/guix.scm +++ b/gnu/services/guix.scm | |||
| @@ -517,6 +517,8 @@ | |||
| 517 | `(;; XDG_CACHE_HOME is used by Guix when caching narinfo files | 517 | `(;; XDG_CACHE_HOME is used by Guix when caching narinfo files |
| 518 | "XDG_CACHE_HOME=/var/cache/guix-build-coordinator-agent" | 518 | "XDG_CACHE_HOME=/var/cache/guix-build-coordinator-agent" |
| 519 | "LC_ALL=en_US.utf8") | 519 | "LC_ALL=en_US.utf8") |
| 520 | ;; Run from the log directory so core dumps can be written | ||
| 521 | #:directory "/var/log/guix-build-coordinator" | ||
| 520 | #:log-file "/var/log/guix-build-coordinator/agent.log")))) | 522 | #:log-file "/var/log/guix-build-coordinator/agent.log")))) |
| 521 | (stop #~(make-kill-destructor)) | 523 | (stop #~(make-kill-destructor)) |
| 522 | (modules | 524 | (modules |
