lib/bluepill/process.rb in bluepill-0.0.64 vs lib/bluepill/process.rb in bluepill-0.0.65

- old
+ new

@@ -384,10 +384,10 @@ self.skip_ticks_for(restart_grace_time) else logger.warning "No restart_command specified. Must stop and start to restart" self.stop_process - # the tick will bring it back. + self.start_process end end def clean_threads @threads.each { |t| t.kill }