Add nohup to 'Start SOL Console Logging' to keep process alive.

When running in debug mode, which generates much more output, the SOL
console process would start and then die shortly after.  This must have
to do with the subprocesses association with the pty of the parent.

By launching the child process with nohup, we break all ties to the
parent and eliminate this problem.

Change-Id: I25288eeceb32c683711199c5491aa291bec5c17c
Signed-off-by: Michael Walsh <micwalsh@us.ibm.com>
1 file changed