diff options
author | Ludovic Courtès <ludo@gnu.org> | 2019-09-26 17:06:33 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2019-09-26 23:15:28 +0200 |
commit | 0d3a4fc867100651af8b27cdf66b1bca1c8ba663 (patch) | |
tree | aa16325c5a5f43da451615347aac710b0ae5b354 /gnu/build | |
parent | dec845606d2d184da31065fa26cd951b84b3ce2d (diff) | |
download | patches-0d3a4fc867100651af8b27cdf66b1bca1c8ba663.tar 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')
-rw-r--r-- | gnu/build/shepherd.scm | 1 |
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 |