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/shepherd.scm | |
| parent | dec845606d2d184da31065fa26cd951b84b3ce2d (diff) | |
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.scm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/build/shepherd.scm b/gnu/build/shepherd.scm index b32765ed5e4..461feb06ef1 100644 --- a/gnu/build/shepherd.scm +++ b/gnu/build/shepherd.scm | |||
| @@ -157,7 +157,6 @@ namespace, in addition to essential bind-mounts such /proc." | |||
| 157 | (lambda () | 157 | (lambda () |
| 158 | (mkdir-p "/var/run") | 158 | (mkdir-p "/var/run") |
| 159 | (clean-up pid-file) | 159 | (clean-up pid-file) |
| 160 | (clean-up log-file) | ||
| 161 | 160 | ||
| 162 | (exec-command command | 161 | (exec-command command |
| 163 | #:user user | 162 | #:user user |
