Re: forking processes and writing to log file

Gennady B. wrote:

exec “the_command_line_used_to_be_launched_by_system”
end

Process.waitpid pid

Process.setsess should be Process.setsid. Sorry for confusion, clicked
on ‘Send’ too soon ;-).