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:
parent
dec845606d
commit
0d3a4fc867
|
@ -157,7 +157,6 @@ namespace, in addition to essential bind-mounts such /proc."
|
||||||
(lambda ()
|
(lambda ()
|
||||||
(mkdir-p "/var/run")
|
(mkdir-p "/var/run")
|
||||||
(clean-up pid-file)
|
(clean-up pid-file)
|
||||||
(clean-up log-file)
|
|
||||||
|
|
||||||
(exec-command command
|
(exec-command command
|
||||||
#:user user
|
#:user user
|
||||||
|
|
Loading…
Reference in New Issue