guix-commits
[Top][All Lists]
Advanced

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

01/03: services: mcron: Do not #:select ‘%user-log-dir’.


From: guix-commits
Subject: 01/03: services: mcron: Do not #:select ‘%user-log-dir’.
Date: Mon, 2 Oct 2023 11:18:48 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit e0e85f2b2396c69d078caad9bd8e1a0fddf33a4a
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Mon Oct 2 17:01:10 2023 +0200

    services: mcron: Do not #:select ‘%user-log-dir’.
    
    * gnu/services/mcron.scm (mcron-shepherd-services): Do not #:select
    ‘%user-log-dir’ from (shepherd support) since it’s missing in the
    Shepherd 0.8, which is still used on GNU/Hurd.
---
 gnu/services/mcron.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/services/mcron.scm b/gnu/services/mcron.scm
index cea68beef8..088de8c83b 100644
--- a/gnu/services/mcron.scm
+++ b/gnu/services/mcron.scm
@@ -165,7 +165,7 @@ files."
                             (ice-9 popen) ;for the 'schedule' action
                             (ice-9 rdelim)
                             (ice-9 match)
-                            ((shepherd support) #:select (%user-log-dir))
+                            (shepherd support)    ;for '%user-log-dir'
                             ,@%default-modules))
                  (start #~(make-forkexec-constructor
                            (list #$(file-append mcron "/bin/mcron")



reply via email to

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