diff options
author | Mathieu Othacehe <othacehe@gnu.org> | 2020-10-20 09:16:52 +0200 |
---|---|---|
committer | Mathieu Othacehe <othacehe@gnu.org> | 2020-10-20 09:18:04 +0200 |
commit | 922a50993e4a33ad3758e2eae6176c3d528f26d3 (patch) | |
tree | baa4769baa20a07bf9093bea0faeb8c769f1529d /gnu/services | |
parent | bc4427172939a8303fe1a0b5d0d42f6c06ab0fe4 (diff) |
services: guix: Fix coordinator agent.
* gnu/services/guix.scm (guix-build-coordinator-agent-activation): Define
%user variable.
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 a47c4bd941..bd7ebcd2aa 100644 --- a/gnu/services/guix.scm +++ b/gnu/services/guix.scm @@ -363,6 +363,8 @@ #~(begin (use-modules (guix build utils)) + (define %user (getpw "guix-build-coordinator-agent")) + (mkdir-p "/var/log/guix-build-coordinator") ;; Allow writing the PID file |