lib/contrast/api/communication/service_lifecycle.rb in contrast-agent-6.1.0 vs lib/contrast/api/communication/service_lifecycle.rb in contrast-agent-6.1.1

- old
+ new

@@ -53,10 +53,10 @@ # Create a new process for the SpeedRacer. This is a separate method so we can overwrite it globally in specs. def spawn_service options = determine_startup_options logger.debug('Spawning service') - spawn 'contrast_service', options + spawn('contrast_service', options) end # Create a thread to start the SpeedRacer, making calls to spawn until one starts successfully. As soon as the # SpeedRacer process starts, this thread terminates. def service_starter_thread