guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: ebusd: Default pidfile and logfile to writable locations.


From: guix-commits
Subject: 02/02: gnu: ebusd: Default pidfile and logfile to writable locations.
Date: Thu, 24 Aug 2023 19:15:21 -0400 (EDT)

dannym pushed a commit to branch master
in repository guix.

commit ff48a10807162233f32010420e96752d6744c6b8
Author: Danny Milosavljevic <dannym@scratchpost.org>
AuthorDate: Fri Aug 25 01:13:41 2023 +0200

    gnu: ebusd: Default pidfile and logfile to writable locations.
    
    * gnu/packages/embedded.scm (ebusd)[arguments]<#:configure-flags>: Specify
    --localstatedir=/var
---
 gnu/packages/embedded.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/embedded.scm b/gnu/packages/embedded.scm
index 1250c2eff0..325013a627 100644
--- a/gnu/packages/embedded.scm
+++ b/gnu/packages/embedded.scm
@@ -1472,7 +1472,8 @@ debugging them, and more.")
                 "1zqnxk6vgszlf410pypsjjliiy9wawy585fm7v25mka47i6iqafq"))))
     (build-system gnu-build-system)
     (arguments
-     `(#:phases
+     `(#:configure-flags '("--localstatedir=/var")
+       #:phases
        (modify-phases %standard-phases
          (add-after 'install 'install-config
            (lambda* (#:key inputs outputs #:allow-other-keys)



reply via email to

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