cbaines pushed a commit to branch master
in repository guix.
commit d823ed25d5314ea2c8b0f12c4f492ca654c2878d
Author: Christopher Baines <[email protected]>
AuthorDate: Sat Aug 26 12:19:14 2023 +0100
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.
---
gnu/services/guix.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/services/guix.scm b/gnu/services/guix.scm
index e58c030ef3..99b21f52d8 100644
--- a/gnu/services/guix.scm
+++ b/gnu/services/guix.scm
@@ -975,6 +975,7 @@ ca-certificates.crt file in the system profile."
'()))
#:user #$user
#:group #$group
+ #:directory "/var/lib/nar-herder"
#:pid-file "/var/run/nar-herder/pid"
#:environment-variables
`(,(string-append