Method: Uc::Unicorn::Init#event_type

Defined in:
lib/uc/unicorn/init.rb

#event_typeObject



18
19
20
# File 'lib/uc/unicorn/init.rb', line 18

def event_type
  @event_type ||= (restart? ? "restart" : "start")
end