diff options
Diffstat (limited to 'gnu/services/guix.scm')
| -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 |
