class Process::Daemon

def status

Check if the shared daemon instance is runnning or not.
def status
	controller.status
end