1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-27 19:41:50 +02:00

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
-1
View File
@@ -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