diff options
| author | Christopher Baines <mail@cbaines.net> | 2021-04-23 13:40:25 +0100 |
|---|---|---|
| committer | Christopher Baines <mail@cbaines.net> | 2021-04-23 13:40:25 +0100 |
| commit | c15d31ac10be3be470c2a528a2948f5fd262cd08 (patch) | |
| tree | 579249c0ecdc816c6b6dd5bc538b65488a89ccef /gnu | |
| parent | 51201d636acf04b070af49b8f5ca1b2e755ca42b (diff) | |
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.scm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/services/guix.scm b/gnu/services/guix.scm index bf2e418d722..bb6112d0d94 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") |
