mirror of
https://github.com/fluent/fluentd-ui.git
synced 2026-05-05 10:56:11 +02:00
Merge pull request #166 from fluent/165_prevent_zombies_from_icreasing
Prevent zombie processes from increasing
This commit is contained in:
commit
d024035262
@ -67,7 +67,8 @@ class Fluentd
|
||||
def actual_start
|
||||
return unless validate_fluentd_options
|
||||
Bundler.with_clean_env do
|
||||
spawn("fluentd #{options_to_argv}")
|
||||
pid = spawn("fluentd #{options_to_argv}")
|
||||
Process.detach(pid)
|
||||
end
|
||||
|
||||
wait_starting
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user