mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 21:59:08 -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
|
#~(begin
|
||||||
(use-modules (guix build utils))
|
(use-modules (guix build utils))
|
||||||
|
|
||||||
|
(define %user (getpw "guix-build-coordinator-agent"))
|
||||||
|
|
||||||
(mkdir-p "/var/log/guix-build-coordinator")
|
(mkdir-p "/var/log/guix-build-coordinator")
|
||||||
|
|
||||||
;; Allow writing the PID file
|
;; Allow writing the PID file
|
||||||
|
|
Loading…
Reference in a new issue