class Daemons::ApplicationGroup
def setup
all running instances of the application and populates the application array.
Currently this functions calls find_applications which finds
Setup the application group.
def setup @applications = find_applications(pidfile_dir) end