mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
services: guix: Fix coordinator agent.
* gnu/services/guix.scm (guix-build-coordinator-agent-activation): Define %user variable.
This commit is contained in:
parent
bc44271729
commit
922a50993e
1 changed files with 2 additions and 0 deletions
|
@ -363,6 +363,8 @@ (define (guix-build-coordinator-agent-activation config)
|
|||
#~(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
|
||||
|
|
Loading…
Reference in a new issue