Skip to content

Commit 42cd547

Browse files
committed
Daemon - close stdin, out and err for tau boot script
These are not needed - we instead spit all output to a log file.
1 parent 887bbad commit 42cd547

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

app/server/ruby/bin/daemon.rb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -430,6 +430,9 @@ def boot
430430
end
431431
end
432432
end
433+
else
434+
@stdin.close
435+
@stdout_and_err.close
433436
end
434437
end
435438

0 commit comments

Comments
 (0)