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
1 changed files with 0 additions and 1 deletions
|
@ -157,7 +157,6 @@ (define mounts
|
|||
(lambda ()
|
||||
(mkdir-p "/var/run")
|
||||
(clean-up pid-file)
|
||||
(clean-up log-file)
|
||||
|
||||
(exec-command command
|
||||
#:user user
|
||||
|
|
Loading…
Reference in a new issue