supervisor = $supervisor; } public function run() { $this->supervisor->init(); return $this->supervisor->checkDaemon(); } }