guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: services: guix: Fix coordinator agent.


From: guix-commits
Subject: branch master updated: services: guix: Fix coordinator agent.
Date: Tue, 20 Oct 2020 03:19:06 -0400

This is an automated email from the git hooks/post-receive script.

mothacehe pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 922a509  services: guix: Fix coordinator agent.
922a509 is described below

commit 922a50993e4a33ad3758e2eae6176c3d528f26d3
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Tue Oct 20 09:16:52 2020 +0200

    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(+)

diff --git a/gnu/services/guix.scm b/gnu/services/guix.scm
index a47c4bd..bd7ebcd 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]