3
5
Fork 0
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:
Christopher Baines 2021-04-23 13:40:25 +01:00
parent 51201d636a
commit c15d31ac10
No known key found for this signature in database
GPG key ID: 5E28A33B0B84F577

View file

@ -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")