summaryrefslogtreecommitdiff
path: root/gnu/build/shepherd.scm
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2019-09-26 17:06:33 +0200
committerLudovic Courtès <ludo@gnu.org>2019-09-26 23:15:28 +0200
commit0d3a4fc867100651af8b27cdf66b1bca1c8ba663 (patch)
treeaa16325c5a5f43da451615347aac710b0ae5b354 /gnu/build/shepherd.scm
parentdec845606d2d184da31065fa26cd951b84b3ce2d (diff)
downloadguix-patches-0d3a4fc867100651af8b27cdf66b1bca1c8ba663.tar
guix-patches-0d3a4fc867100651af8b27cdf66b1bca1c8ba663.tar.gz
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.
Diffstat (limited to 'gnu/build/shepherd.scm')
-rw-r--r--gnu/build/shepherd.scm1
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/build/shepherd.scm b/gnu/build/shepherd.scm
index b32765ed5e..461feb06ef 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