guix-commits
[Top][All Lists]
Advanced

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

01/05: shepherd: 'make-forkexec-constructor/container' keeps the log fil


From: guix-commits
Subject: 01/05: shepherd: 'make-forkexec-constructor/container' keeps the log file.
Date: Thu, 26 Sep 2019 17:15:58 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 0d3a4fc867100651af8b27cdf66b1bca1c8ba663
Author: Ludovic Courtès <address@hidden>
Date:   Thu Sep 26 17:06:33 2019 +0200

    shepherd: 'make-forkexec-constructor/container' keeps the log file.
    
    * gnu/build/shepherd.scm (make-forkexec-constructor/container): Don't
    call 'clean-up' on LOG-FILE.  This mirrors Shepherd commit
    6892f638c78a14fedd075f664432757bc015c140.
---
 gnu/build/shepherd.scm | 1 -
 1 file changed, 1 deletion(-)

diff --git a/gnu/build/shepherd.scm b/gnu/build/shepherd.scm
index b32765e..461feb0 100644
--- a/gnu/build/shepherd.scm
+++ b/gnu/build/shepherd.scm
@@ -157,7 +157,6 @@ namespace, in addition to essential bind-mounts such /proc."
                               (lambda ()
                                 (mkdir-p "/var/run")
                                 (clean-up pid-file)
-                                (clean-up log-file)
 
                                 (exec-command command
                                               #:user user



reply via email to

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