Method: Daemons::ApplicationGroup#setup
- Defined in:
- lib/daemons/application_group.rb
#setup ⇒ Object
Setup the application group. Currently this functions calls find_applications which finds all running instances of the application and populates the application array.
53 54 55 |
# File 'lib/daemons/application_group.rb', line 53 def setup @applications = find_applications(pidfile_dir) end |