mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
services: guix-build-coordinator: Extend pid file timeout.
As truncating the WAL can take time. * gnu/services/guix.scm (guix-build-coordinator-shepherd-services): Extend pid file timeout. Change-Id: I054fbf5631ee5060a4ea5b3c7940809193e1003b
This commit is contained in:
parent
3147f597cb
commit
fa485ee60e
1 changed files with 1 additions and 1 deletions
|
@ -350,7 +350,7 @@
|
|||
#:directory "/var/lib/guix-build-coordinator"
|
||||
#:pid-file "/var/run/guix-build-coordinator/pid"
|
||||
;; Allow time for migrations to run
|
||||
#:pid-file-timeout 60
|
||||
#:pid-file-timeout 240
|
||||
#:environment-variables
|
||||
`("LC_ALL=en_US.utf8"
|
||||
"PATH=/run/current-system/profile/bin" ; for hooks
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue