civodul pushed a commit to branch master
in repository guix.
commit 0d3a4fc867100651af8b27cdf66b1bca1c8ba663
Author: Ludovic Courtès <[email protected]>
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