guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/06: services: nar-herder: Specify a working directory.


From: guix-commits
Subject: 03/06: services: nar-herder: Specify a working directory.
Date: Sat, 26 Aug 2023 08:01:17 -0400 (EDT)

cbaines pushed a commit to branch master
in repository guix.

commit d823ed25d5314ea2c8b0f12c4f492ca654c2878d
Author: Christopher Baines <mail@cbaines.net>
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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]