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.
This commit is contained in:
Ludovic Courtès 2019-09-26 17:06:33 +02:00
parent dec845606d
commit 0d3a4fc867
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -157,7 +157,6 @@ (define mounts
(lambda ()
(mkdir-p "/var/run")
(clean-up pid-file)
(clean-up log-file)
(exec-command command
#:user user