mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
services: nar-herder: Specify a working directory.
Mostly so that core dumps end up here. * gnu/services/guix.scm (nar-herder-shepherd-services): Specify a working directory.
This commit is contained in:
parent
82b5e89d78
commit
d823ed25d5
1 changed files with 1 additions and 0 deletions
|
@ -975,6 +975,7 @@ (define (cached-compression-configuration->options cached-compression)
|
|||
'()))
|
||||
#:user #$user
|
||||
#:group #$group
|
||||
#:directory "/var/lib/nar-herder"
|
||||
#:pid-file "/var/run/nar-herder/pid"
|
||||
#:environment-variables
|
||||
`(,(string-append
|
||||
|
|
Loading…
Reference in a new issue