From 922a50993e4a33ad3758e2eae6176c3d528f26d3 Mon Sep 17 00:00:00 2001 From: Mathieu Othacehe Date: Tue, 20 Oct 2020 09:16:52 +0200 Subject: services: guix: Fix coordinator agent. * gnu/services/guix.scm (guix-build-coordinator-agent-activation): Define %user variable. --- gnu/services/guix.scm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gnu') 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 -- cgit v1.2.3