summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2021-04-23 13:40:25 +0100
committerChristopher Baines <mail@cbaines.net>2021-04-23 13:40:25 +0100
commitc15d31ac10be3be470c2a528a2948f5fd262cd08 (patch)
tree579249c0ecdc816c6b6dd5bc538b65488a89ccef /gnu
parent51201d636acf04b070af49b8f5ca1b2e755ca42b (diff)
downloadguix-patches-c15d31ac10be3be470c2a528a2948f5fd262cd08.tar
guix-patches-c15d31ac10be3be470c2a528a2948f5fd262cd08.tar.gz
services: guix-build-coordinator: Remove incorrect pid file.
The queue builds script doesn't create a pid file, so don't have the shepherd expect to find one. * gnu/services/guix.scm (guix-build-coordinator-queue-builds-shepherd-services): Remove #:pid-file.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/services/guix.scm1
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/services/guix.scm b/gnu/services/guix.scm
index bf2e418d72..bb6112d0d9 100644
--- a/gnu/services/guix.scm
+++ b/gnu/services/guix.scm
@@ -506,7 +506,6 @@
processed-commits-file))
#~()))
#:user #$user
- #:pid-file "/var/run/guix-build-coordinator-queue-builds/pid"
#:environment-variables
`(,(string-append
"GUIX_LOCPATH=" #$glibc-utf8-locales "/lib/locale")