mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
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.
This commit is contained in:
parent
51201d636a
commit
c15d31ac10
1 changed files with 0 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue